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

datamine: fix arguments to graphlog

Changeset 6d5d139bc8c2

Parent a7c730472787

by Steve Borho

Changes to one file · Browse files at 6d5d139bc8c2 Showing diff from parent a7c730472787 Diff from another changeset...

 
575
576
577
578
 
579
580
581
 
575
576
577
 
578
579
580
581
@@ -575,7 +575,7 @@
  graphopts = { 'date': None, 'no_merges':False, 'only_merges':False,   'keyword':[], 'branch':None, 'pats':[], 'revrange':[],   'revlist':[], 'noheads':False, 'orig-tip':len(self.repo), - 'branch-view':False, 'rev':[], 'bundleview':False } + 'branch-view':False, 'rev':[], 'npreviews':0 }   graphopts['filehist'] = path     # File log revision graph