summaryrefslogtreecommitdiff
path: root/explorer/tools.xml
blob: 2386737f67f8cdff65bd3644c0348656c248394a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<folder title="Tools">
  <folder title="Migration Tools">
      <folder title="Export From" icon="actions/edit-redo">
          <tool action="qrun fast-export" icon="logos/bazaar" title="Bazaar" type="bzr" />
      <tool action="qrun fast-export-from-cvs" icon="logos/cvs" title="CVS" type="bzr" />
      <tool action="qrun fast-export-from-darcs" icon="logos/darcs" title="Darcs" type="bzr" />
      <tool action="qrun fast-export-from-git" icon="logos/git" title="Git" type="bzr" />
      <tool action="qrun fast-export-from-hg" icon="logos/mercurial" title="Mercurial" type="bzr" />
      <tool action="qrun fast-export-from-mtn" icon="logos/monotone" title="Monotone" type="bzr" />
      <tool action="qrun fast-export-from-p4" icon="logos/perforce" title="Perforce" type="bzr" />
      <tool action="qrun fast-export-from-svn" icon="logos/subversion" title="Subversion" type="bzr" />
    </folder>
    <folder title="Import From" icon="actions/go-jump">
      <tool action="qrun fast-import" icon="mimetypes/text-x-generic-template" title="Fast Import Stream" type="bzr" />
    </folder>
    <separator/>
    <tool action="qrun fast-import-filter" icon="actions/media-playback-pause" title="Fast Import Filter" type="bzr" />
  </folder>
</folder>