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: reorder taskview toolbar buttons

sync is used more often than annotate and grep, so let's move it to the left,
right after commit

Changeset f20af7fefaf2

Parent bcbbce7ae80a

by Adrian Buehlmann

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

 
227
228
229
 
230
231
232
233
234
235
 
227
228
229
230
231
232
 
233
234
235
@@ -227,9 +227,9 @@
  # NOTE: Sequence must match that in repowidget.py   addtaskview('hg-log', _("Revision &Details"))   addtaskview('hg-commit', _('&Commit')) + addtaskview('thg-sync', _('S&ynchronize'))   addtaskview('hg-annotate', _('&Manifest'))   addtaskview('hg-grep', _('&Search')) - addtaskview('thg-sync', _('S&ynchronize'))   self.actionSelectTaskMQ = \   addtaskview('thg-mq', _('Patch &Queue'), 'mq')   self.actionSelectTaskPbranch = \