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 caused by 23a57e67af3d

Changeset e7bba7a29e1e

Parent 23a57e67af3d

by TK Soh

Changes to one file · Browse files at e7bba7a29e1e Showing diff from parent 23a57e67af3d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
252
253
254
255
 
256
257
258
 
252
253
254
 
255
256
257
258
@@ -252,7 +252,7 @@
    def reload_log(self, filteropts={}):   """Send refresh event to treeview object""" - 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   self.nextbutton.set_sensitive(True)   self.allbutton.set_sensitive(True)   self.opts['rev'] = [] # This option is dangerous - used directly by hg