Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable datamine: annotate now seems to require --file argument

Changeset 4d0051b2f56b

Parent 61f718a7cca9

by Steve Borho

Changes to one file · Browse files at 4d0051b2f56b Showing diff from parent 61f718a7cca9 Diff from another changeset...

 
768
769
770
771
 
772
773
774
 
768
769
770
 
771
772
773
774
@@ -768,7 +768,7 @@
    (frame, treeview, origpath, graphview) = objs   q = Queue.Queue() - args = [q, 'annotate', '--follow', '--number', + args = [q, 'annotate', '--follow', '--number', '--file',   '--rev', str(rev), 'path:'+path]   thread = thread2.Thread(target=threadfunc, args=args)   thread.start()