Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

cmenu: add shellconf command

Changeset bcc415792725

Parent b4d65b89b477

by Steve Borho

Changes to one file · Browse files at bcc415792725 Showing diff from parent b4d65b89b477 Diff from another changeset...

 
97
98
99
 
 
 
100
101
102
 
109
110
111
112
 
113
114
115
 
121
122
123
124
 
125
126
127
 
135
136
137
138
 
139
140
141
 
97
98
99
100
101
102
103
104
105
 
112
113
114
 
115
116
117
118
 
124
125
126
 
127
128
129
130
 
138
139
140
 
141
142
143
144
@@ -97,6 +97,9 @@
  {"forget", L"Forget Files...",   L"Remove files from version control",   "menudelete.ico", 0}, + {"shellconf", L"Explorer Extension Settings", + L"Configure Explorer extension", + "settings_repo.ico", 0},     /* Add new items here */   @@ -109,7 +112,7 @@
 {   Commit, Init, Clone, Status, Shelve, Add, Revert, Remove, Rename,   Log, Synch, Serve, Update, Recover, Thgstatus, Userconf, Repoconf, - About, Datamine, VDiff, Ignore, Guess, Grep, Forget, + About, Datamine, VDiff, Ignore, Guess, Grep, Forget, Shellconf,   /* Add new items here */   Separator, EndOfList  }; @@ -121,7 +124,7 @@
  Log, Update, Grep, Separator,   Synch, Serve, Clone, Init, Thgstatus, Separator,   Ignore, Guess, Recover, Separator, - Repoconf, Userconf, Separator, + Shellconf, Repoconf, Userconf, Separator,   About, EndOfList  };   @@ -135,7 +138,7 @@
   menuDescListEntries NoRepoMenu[] =  { - Clone, Init, Userconf, Thgstatus, Separator, + Clone, Init, Shellconf, Userconf, Thgstatus, Separator,   About, EndOfList  };