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: menu entry is now "Load all revisions"

Changeset 55d0af2da3d9

Parent 5e54a35ca028

by Adrian Buehlmann

Changes to one file · Browse files at 55d0af2da3d9 Showing diff from parent 5e54a35ca028 Diff from another changeset...

 
245
246
247
248
 
249
250
251
 
245
246
247
 
248
249
250
251
@@ -245,7 +245,7 @@
  shortcut=modifiedkeysequence('Refresh', modifier='Shift'),   tooltip=_('Refresh only the current task tab'),   menu='view') - newaction(_("Load all"), self.loadall, + newaction(_("Load all revisions"), self.loadall,   enabled='repoopen', menu='view', shortcut='Shift+Ctrl+A',   tooltip=_('Load all revisions into graph'))