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

stable quickop: cleanup trailing white-space

Changeset d7700ee69b6d

Parent ce654e36885a

by Steve Borho

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

 
25
26
27
28
 
29
30
31
 
43
44
45
46
 
47
48
49
 
25
26
27
 
28
29
30
31
 
43
44
45
 
46
47
48
49
@@ -25,7 +25,7 @@
  'forget': 'remove',   'revert': 'hg-revert',   'remove': 'remove',} - +  class QuickOpDialog(QDialog):   """ Dialog for performing quick dirstate operations """   def __init__(self, repo, command, pats, parent): @@ -43,7 +43,7 @@
    self.setWindowTitle('%s - hg %s' % (repo.displayname, command))   self.setWindowIcon(qtlib.geticon(ICONS[command])) - +   layout = QVBoxLayout()   layout.setContentsMargins(2, 2, 2, 2)   layout.setMargin(0)