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

stable branchop: use branch.ico

Changeset 4418039a983c

Parent ee2c85b32688

by Steve Borho

Changes to one file · Browse files at 4418039a983c Showing diff from parent ee2c85b32688 Diff from another changeset...

 
20
21
22
 
23
24
25
 
20
21
22
23
24
25
26
@@ -20,6 +20,7 @@
  def __init__(self, repo, oldbranchop, parent=None):   QDialog.__init__(self, parent)   self.setWindowTitle('%s - branch operation' % repo.displayname) + self.setWindowIcon(qtlib.geticon('branch'))   layout = QVBoxLayout()   self.setLayout(layout)   wctx = repo[None]