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 annotate to files menu

Changeset 10a002aa9208

Parent 72e0220f837a

by Steve Borho

Changes to one file · Browse files at 10a002aa9208 Showing diff from parent 72e0220f837a Diff from another changeset...

 
67
68
69
 
 
 
70
71
72
 
78
79
80
81
 
82
83
84
 
93
94
95
96
 
 
97
98
99
 
67
68
69
70
71
72
73
74
75
 
81
82
83
 
84
85
86
87
 
96
97
98
 
99
100
101
102
103
@@ -67,6 +67,9 @@
  {"about", "About...",   "Show About Dialog",   "menuabout.ico", 0}, + {"datamine", "Annotate Files", + "Show changeset information per file line", + "menublame.ico", 0},     /* Add new items here */   @@ -78,7 +81,7 @@
 enum menuDescListEntries {   Commit, Init, Clone, Status, Shelve, Add, Revert, Remove, Rename,   Log, Synch, Serve, Update, Recover, Thgstatus, Userconf, Repoconf, - About, + About, Datamine,   /* Add new items here */   Separator, EndOfList  }; @@ -93,7 +96,8 @@
 };    menuDescListEntries RepoFilesMenu[] = { - Commit, Status, Log, Add, Revert, Rename, Remove, Separator, + Commit, Status, Add, Revert, Rename, Remove, Separator, + Log, Datamine, Separator,   About, EndOfList  };