Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

stable status: pass filename to glog via filehist argument

Using pats will cause the run wrapper to try to canonize a path
that is already canonical.

Changeset 465ff6107573

Parent c2170a870803

by Steve Borho

Changes to one file · Browse files at 465ff6107573 Showing diff from parent c2170a870803 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
1094
1095
1096
1097
 
1098
1099
1100
 
1094
1095
1096
 
1097
1098
1099
1100
@@ -1094,7 +1094,7 @@
  def log_file(self, stat, wfile):   # Might want to include 'rev' here... trying without   from hggtk import history - dlg = history.run(self.ui, wfile, **self.opts) + dlg = history.run(self.ui, filehist=wfile)   dlg.display()   return True