Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

repowidget: add ellipsis to rename patch menu item

Changeset 476df979b02a

Parent 9c113bcf92b7

by André Sintzoff

Changes to one file · Browse files at 476df979b02a Showing diff from parent 9c113bcf92b7 Diff from another changeset...

 
1114
1115
1116
1117
 
1118
1119
1120
 
1114
1115
1116
 
1117
1118
1119
1120
@@ -1114,7 +1114,7 @@
  self.qimportRevision)   entry(submenu, 'mq', applied, _('Finish patch'), 'qfinish',   self.qfinishRevision) - entry(submenu, 'mq', applied, _('Rename patch'), None, + entry(submenu, 'mq', applied, _('Rename patch...'), None,   self.qrename)   entry(submenu, 'mq')   entry(submenu, 'rebase', fixed, _('Rebase...'), 'hg-rebase',