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

history: new log filter options must override cached options

Fixes #599

Changeset 3ec33aec2793

Parent dfed5ff15049

by Steve Borho

Changes to one file · Browse files at 3ec33aec2793 Showing diff from parent dfed5ff15049 Diff from another changeset...

 
481
482
483
484
 
485
486
487
 
481
482
483
 
484
485
486
487
@@ -481,7 +481,7 @@
  'keyword':[], 'branch':None, 'pats':[], 'filehist':None,   'revrange':[], 'revlist':[], 'noheads':False,   'branch-view':False, 'rev':[], 'user':[]} - if self.filteropts is not None: opts = self.filteropts + if self.filteropts and not kwopts: opts = self.filteropts   opts['branch-view'] = self.compactgraph   opts.update(kwopts)