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

hggtk/history: always clear opts['rev']

This is getting set by someone, and it causes the filter generator to only
return at most a single changeset.

Changeset 2a1693b4e5ab

Parent 1f2d0c19c645

by Steve Borho

Changes to one file · Browse files at 2a1693b4e5ab Showing diff from parent 1f2d0c19c645 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
255
256
257
 
258
259
260
 
255
256
257
258
259
260
261
@@ -255,6 +255,7 @@
  os.chdir(self.repo.root) # paths relative to repo root do not work otherwise   self.nextbutton.set_sensitive(True)   self.allbutton.set_sensitive(True) + self.opts['rev'] = []   self.opts['revs'] = None   self.opts['no_merges'] = False   self.opts['only_merges'] = False