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

repowidget: set repo root for CommitWidget

Changeset 5d770ef8f701

Parent 1f94f23b8188

by Adrian Buehlmann

Changes to one file · Browse files at 5d770ef8f701 Showing diff from parent 1f94f23b8188 Diff from another changeset...

 
113
114
115
116
 
117
118
119
 
113
114
115
 
116
117
118
119
@@ -113,7 +113,7 @@
    pats = {}   opts = {} - self.commitWidget = CommitWidget(pats, opts) + self.commitWidget = CommitWidget(pats, opts, root=self.repo.root)   self.stackedWidget.addWidget(self.commitWidget)     self.hbox.addWidget(self.revisions_splitter)