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

stable shelve: remove trailing white space

Changeset ad61b745f08e

Parent f170774f1898

by Steve Borho

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

 
26
27
28
29
 
30
31
32
 
26
27
28
 
29
30
31
32
@@ -26,7 +26,7 @@
  def __init__(self, repo, parent):   QDialog.__init__(self, parent)   self.setWindowFlags(Qt.Window) - +   self.setWindowIcon(qtlib.geticon('shelve'))     self.repo = repo