Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: set parent when calling update

Changeset 83cef2b74947

Parent 8b6719a7dbc5

by Adrian Buehlmann

Changes to one file · Browse files at 83cef2b74947 Showing diff from parent 8b6719a7dbc5 Diff from another changeset...

 
443
444
445
446
 
447
448
449
 
443
444
445
 
446
447
448
449
@@ -443,7 +443,7 @@
    def updateToRevision(self, rev):   opts = {} - dlg = UpdateDialog(rev, self.repo, opts=opts) + dlg = UpdateDialog(rev, self.repo, self, opts=opts)   dlg.show()   self._updatedlg = dlg