Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/history: fix another side-effect of f4e55aa73c38

Changeset af339f454016

Parent 3b3ea8aa3d14

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
196
197
198
199
 
200
201
202
 
196
197
198
 
199
200
201
202
@@ -196,7 +196,7 @@
  self._last_rev = None   self._filter = "all"   self.currow = None - if self.pats == [self.repo.root]: + if self.pats == [self.repo.root] or self.pats == ['']:   self.pats = []   if hasattr(self, 'curfile'):   opts = {'filehist' : self.curfile}