Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

pbranch: pass enough args to revdetails widget constructor

Changeset 8ca8a35fa15d

Parent ad4180fc254d

by Johan Samyn

Changes to one file · Browse files at 8ca8a35fa15d Showing diff from parent ad4180fc254d Diff from another changeset...

 
125
126
127
128
 
129
130
131
 
125
126
127
 
128
129
130
131
@@ -125,7 +125,7 @@
    def PatchDiffDetails():   # pdiff view of selected patc - self.patchdiff = revdetails.RevDetailsWidget(self.repo) + self.patchdiff = revdetails.RevDetailsWidget(self.repo, self)   return self.patchdiff     BuildChildWidgets()