Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/history: fix traceback when viewing history of files or subdirs

Changeset 56b0e87afac3

Parent 7fc531be794a

by TK Soh

Changes to one file · Browse files at 56b0e87afac3 Showing diff from parent 7fc531be794a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
191
192
193
194
 
195
196
197
 
191
192
193
 
194
195
196
197
@@ -191,7 +191,7 @@
  self.curfile = None   self.opts['rev'] = [] # This option is dangerous - used directly by hg   self.opts['revs'] = None - self.restore_cwd() # paths relative to repo root do not work otherwise + os.chdir(self.repo.root) # paths relative to repo root do not work otherwise     if 'filehist' in self.opts:   self.custombutton.set_active(True)