~bialix/bzr-explorer/debug

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<menu text="Bazaar Menus">
  <menu text="&amp;Bazaar">
    <menu text="&amp;Start">
      <action command="init" icon="actions/document-new.png" text="I&amp;nitialize..." text_short="Init" text_tip="Create a new branch or repository" />
      <separator />
      <action command="branch" icon="places/folder.png" text="&amp;Branch..." text_tip="Clone a branch creating a new one" />
      <action command="checkout" icon="actions/media-eject.png" text="&amp;Checkout..." text_tip="Checkout a branch creating just a working tree" />
      <separator />
      <action command="import" icon="status/folder-visiting.png" text="I&amp;mport..." text_tip="Create new branches from external content" />
    </menu>
    <separator />
    <action command="add" conditions="working-tree" icon="actions/list-add.png" text="&amp;Add Items..." text_short="Add" text_tip="Add files to the list of those being tracked" />
    <action command="diff" conditions="working-tree" icon="apps/preferences-system-windows.png" text="&amp;Show Differences" text_short="Diff" text_tip="Show differences that will be committed" />
    <action command="commit" conditions="working-tree" icon="actions/go-last.png" text="&amp;Commit Content..." text_short="Commit" text_tip="Snapshot the current content as a new revision" />
    <separator />
    <menu text="C&amp;ollaborate">
      <action command="pull" conditions="working-tree" icon="actions/go-bottom.png" text="Pu&amp;ll New Revisions..." text_short="Pull" text_tip="Pull new revisions from another branch making this branch a mirror of it" />
      <action command="merge" conditions="working-tree" icon="categories/preferences-desktop.png" text="&amp;Merge Changes..." text_short="Merge" text_tip="Merge changes from another branch into this one" />
      <action command="update" conditions="working-tree" icon="actions/go-down.png" text="&amp;Update Working Tree..." text_short="Update" text_tip="Update branch and working tree, merging if necessary" />
      <separator />
      <action command="push" conditions="working-tree" icon="actions/go-top.png" text="&amp;Push New Revisions..." text_short="Push" text_tip="Push new revisions to another branch making it a mirror of this one" />
      <action command="send" conditions="working-tree" icon="actions/mail-message-new.png" text="&amp;Send New Revisions..." text_short="Send" text_tip="Send changes (vs parent branch) to a mail address or file" />
      <separator />
      <action command="tag" conditions="working-tree" icon="status/mail-attachment.png" text="&amp;Tag..." text_tip="Create, delete or move a tag" />
      <action command="export" icon="actions/document-save-as.png" text="E&amp;xport..." text_tip="Export a snapshot to a directory or archive" />
    </menu>
    <menu text="E&amp;xplore">
      <action command="list" conditions="working-tree" icon="places/folder-saved-search.png" text="&amp;Browse Items" text_short="Browse" text_tip="Browse files, directories, etc. in a branch" />
      <action command="log" conditions="working-tree" icon="actions/appointment-new.png" text="&amp;Log History" text_short="Log" text_tip="Browse revisions in the history log" />
      <separator />
      <action command="info" icon="status/dialog-information.png" text="Location &amp;Information" text_short="Info" text_tip="Show information about a location" />
      <separator />
      <action command="version" icon=":/bzr-16.png" text="&amp;System Information" text_short="System" text_tip="Show information about your Bazaar installation" />
      <action command="system-log" icon="apps/utilities-system-monitor.png" text="S&amp;ystem Log" />
    </menu>
    <menu text="&amp;Work">
      <action command="conflicts" icon="status/software-update-urgent.png" text="Resolve &amp;Conflicts..." text_tip="View and resolve conflicts in the working tree" />
      <separator />
      <action command="switch" icon="actions/go-jump.png" text="&amp;Switch Checkout..." text_short="Switch" text_tip="Switch a checkout to another branch" />
      <action command="bind" conditions="working-tree" icon="status/network-idle.png" text="&amp;Bind Branch..." text_tip="Bind/unbind branch to another, enabling/disabling lockstep commits" />
      <action command="unbind" conditions="working-tree" icon="status/network-offline.png" text="U&amp;nbind Branch" />
      <separator />
      <action command="revert" conditions="working-tree" icon="actions/go-previous.png" text="Re&amp;vert Working Tree..." text_short="Revert" text_tip="Change working tree content to an earlier revision" />
      <action command="uncommit" conditions="working-tree" icon="actions/go-first.png" text="&amp;Uncommit Revisions..." text_short="Uncommit" text_tip="Move branch tip to an earlier revision" />
      <separator />
      <action command="shelve" conditions="working-tree" icon="actions/format-indent-less.png" text="She&amp;lve Changes..." text_short="Shelve" text_tip="Select changes in the working tree to be put to one side" />
      <action command="unshelve" conditions="working-tree" icon="actions/format-indent-more.png" text="Unsh&amp;elve Changes..." text_tip="Merge shelved changes back into the working tree" />
    </menu>
    <separator />
    <menu text="&amp;Settings">
      <menu text="&amp;Configuration">
        <action command="config:branch.conf" text="&amp;Branch Configuration" text_tip="Edit branch-specific configuration settings" />
        <action command="config:bazaar.conf" icon="actions/contact-new.png" text="&amp;User Configuration" text_tip="Edit user-specific configuration settings" />
      </menu>
      <menu text="Ignores">
        <action command="working-tree-ignores" text="&amp;Working Tree Ignores" text_tip="Edit tree-specific patterns used to ignore unimportant files" />
        <action command="config:ignore" text="&amp;User Ignores" text_tip="Edit user-specific patterns used to ignore unimportant files" />
      </menu>
      <action command="config:rules" text="&amp;Rules" text_tip="Edit rules for end-of-line conversions, keywords, etc" />
      <separator />
      <action command="config:locations.conf" text="&amp;Locations" text_tip="Edit settings that apply to branches under locations" />
      <action command="config:authenication.conf" text="Cre&amp;dentials" text_tip="Edit settings used for logging on to remote locations" />
    </menu>
  </menu>
</menu>