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

update: fix updating the correct repo

Changeset 2e5826b34b54

Parent 694b4d1910be

by Adrian Buehlmann

Changes to one file · Browse files at 2e5826b34b54 Showing diff from parent 694b4d1910be Diff from another changeset...

 
175
176
177
178
 
179
180
181
 
175
176
177
 
178
179
180
181
@@ -175,7 +175,7 @@
  self.update_btn.setDisabled(True)     def update(self): - cmdline = ['update', '--verbose'] + cmdline = ['update', '--repository', self.repo.root, '--verbose']   rev = hglib.fromunicode(self.rev_combo.currentText())   cmdline.append('--rev')   cmdline.append(rev)