Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

cmenu: re-introduce shelve to the context menu

Partially back out 812e04b335c3

Changeset a58739e04ef7

Parent 3ef7d5cf7699

by Steve Borho

Changes to one file · Browse files at a58739e04ef7 Showing diff from parent 3ef7d5cf7699 Diff from another changeset...

 
40
41
42
 
 
 
43
44
45
 
108
109
110
111
 
112
113
114
 
40
41
42
43
44
45
46
47
48
 
111
112
113
 
114
115
116
117
@@ -40,6 +40,9 @@
  {"clone", L"Clone...",   L"Create clone here from source",   "menuclone.ico", 0}, + {"shelve", L"Shelve Changes", + L"Shelve or unshelve file changes", + "shelve.ico", 0},   {"status", L"View File Status",   L"Repository status & changes",   "menushowchanged.ico", 0}, @@ -108,7 +111,7 @@
 };    const char* const RepoNoFilesMenu = - "commit status vdiff sep" + "commit status shelve vdiff sep"   " add revert rename forget remove sep"   " workbench update grep sep"   " synch serve clone init thgstatus sep"