~vcs-imports/anjuta/master

« back to all changes in this revision

Viewing changes to plugins/git/anjuta-git.xml

  • Committer: James Liggett
  • Date: 2013-06-10 05:00:20 UTC
  • Revision ID: git-v1:c8fa5bf8a7db2d2fff13864c382bc00ee495d0f7
git: Add a popup menu to the Stash pane

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                <menuitem name="Pull..." action="GitRemotePull" />
28
28
                <menuitem name="Fetch" action="GitRemoteFetch" />
29
29
        </popup>
 
30
 
 
31
        <popup name="GitStashPopup">
 
32
                <menuitem name="Apply" action="GitStashApply" />
 
33
                <menuitem name="Apply and restore index" action="GitStashApplyIndex" />
 
34
                <menuitem name="Diff" action="GitStashDiff" />
 
35
                <menuitem name="Drop" action="GitStashDrop" />
 
36
        </popup>
30
37
</ui>
 
 
b'\\ No newline at end of file'