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

stable revdetails: add a separator in the filelist toolbar

Changeset 923293ead491

Parent c823a64d56dc

by Adrian Buehlmann

Changes to one file · Browse files at 923293ead491 Showing diff from parent c823a64d56dc Diff from another changeset...

 
181
182
183
 
184
185
186
 
181
182
183
184
185
186
187
@@ -181,6 +181,7 @@
  self.actionUpdate = a = self.filelistToolbar.addAction(   geticon('hg-update'), _('Update to this revision'))   a.triggered.connect(lambda: self.updateToRevision.emit(self._last_rev)) + self.filelistToolbar.addSeparator()   self.filelistToolbar.addAction(self.filelist.actionShowAllMerge)   self.filelistToolbar.addAction(self.filelist.actionSecondParent)