Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable cmenu: add 'annotate' to shell context menu (fixes #555)

Changeset 1222e64332ec

Parent b4dddac2ceb6

by Steve Borho

Changes to one file · Browse files at 1222e64332ec Showing diff from parent b4dddac2ceb6 Diff from another changeset...

 
73
74
75
 
 
 
76
77
78
 
111
112
113
114
 
115
116
117
 
73
74
75
76
77
78
79
80
81
 
114
115
116
 
117
118
119
120
@@ -73,6 +73,9 @@
  {"about", L"About TortoiseHg",   L"Show About Dialog",   "menuabout.ico", 0}, + {"annotate", L"Annotate Files", + L"Changeset information per file line", + "menublame.ico", 0},   {"vdiff", L"Visual Diff",   L"View changes using GUI diff tool",   "TortoiseMerge.ico", 0}, @@ -111,7 +114,7 @@
 static const char* const RepoFilesMenu =   "commit status vdiff sep"   " add revert rename forget remove sep" - " log sep" + " log annotate sep"   " about"  ;