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

stable thgstrip: remove trailing white-space

Changeset 095dd4e76d37

Parent 9699f98e134c

by Steve Borho

Changes to one file · Browse files at 095dd4e76d37 Showing diff from parent 9699f98e134c Diff from another changeset...

 
21
22
23
24
 
25
26
 
27
28
29
 
21
22
23
 
24
25
 
26
27
28
29
@@ -21,9 +21,9 @@
  def __init__(self, repo=None, rev=None, parent=None, opts={}):   super(StripDialog, self).__init__(parent)   self.setWindowFlags(self.windowFlags() & ~Qt.WindowContextHelpButtonHint) - +   self.setWindowIcon(qtlib.geticon('menudelete')) - +   self.ui = ui.ui()   if repo:   self.repo = repo