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

stable workbench: tidy file menu

Changeset 364cf8faca73

Parent 11fc6f00aa14

by Adrian Buehlmann

Changes to one file · Browse files at 364cf8faca73 Showing diff from parent 11fc6f00aa14 Diff from another changeset...

 
172
173
174
 
 
 
 
 
175
176
177
178
179
180
181
182
183
184
185
186
 
172
173
174
175
176
177
178
179
180
181
182
183
184
 
 
 
 
185
186
187
@@ -172,15 +172,16 @@
  if toolbar:   getattr(self, '%stbar' % toolbar).addSeparator()   + newaction(_("&Open Repository..."), self.openRepository, + shortcut='Open', menu='file') + newaction(_("&Close Repository"), self.closeRepository, + shortcut='Close', enabled='repoopen', menu='file') + newseparator(menu='file')   newaction(_("&New Repository..."), self.newRepository,   shortcut='New', menu='file', icon='hg-init')   newaction(_("Clone Repository..."), self.cloneRepository,   shortcut=modifiedkeysequence('New', modifier='Shift'),   menu='file', icon='hg-clone') - newaction(_("&Open Repository..."), self.openRepository, - shortcut='Open', menu='file', icon='thg-repository-open') - newaction(_("&Close Repository"), self.closeRepository, icon='window-close', - shortcut='Close', enabled='repoopen', menu='file')   newseparator(menu='file')   newaction(_('&Settings...'), self.editSettings, icon='settings_user',   shortcut='Preferences', menu='file')