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

annotate: allow blame from a subdirectory

Changeset de62f983d41e

Parent a6d2823e8203

by David Wilhelm

Changes to one file · Browse files at de62f983d41e Showing diff from parent a6d2823e8203 Diff from another changeset...

 
478
479
480
 
481
 
478
479
480
481
482
@@ -478,4 +478,5 @@
  super(AnnotateDialog, self).reject()    def run(ui, *pats, **opts): + pats = hglib.canonpaths(pats)   return AnnotateDialog(*pats, **opts)