Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: add status to the file selection menu

Changeset 79690e4119f2

Parent e14f62eaf31e

by Steve Borho

Changes to one file · Browse files at 79690e4119f2 Showing diff from parent e14f62eaf31e Diff from another changeset...

 
93
94
95
96
 
97
98
99
 
93
94
95
 
96
97
98
99
@@ -93,7 +93,7 @@
 };    menuDescListEntries RepoFilesMenu[] = { - Commit, Log, Add, Revert, Rename, Remove, Separator, + Commit, Status, Log, Add, Revert, Rename, Remove, Separator,   About, EndOfList  };