Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable repowidget: remove trailing white-space

Changeset c2c2f7fdd9a9

Parent 576e5fdf8826

by André Sintzoff

Changes to one file · Browse files at c2c2f7fdd9a9 Showing diff from parent 576e5fdf8826 Diff from another changeset...

 
1075
1076
1077
1078
 
1079
1080
1081
 
1075
1076
1077
 
1078
1079
1080
1081
@@ -1075,7 +1075,7 @@
  a.setIcon(qtlib.getmenuicon(icon))   a.triggered.connect(cb)   menu.addAction(a) - +   if 'transplant' in self.repo.extensions():   a = QAction(_('Transplant Selected to local'), self)   a.setIcon(qtlib.getmenuicon('hg-transplant'))