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

hggtk/history: further cleanups for options handling

Changeset d5e9b2b6f95b

Parent 921e26af0027

by Steve Borho

Changes to one file · Browse files at d5e9b2b6f95b Showing diff from parent 921e26af0027 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​history.py Stacked
 
189
190
191
 
 
192
193
194
 
253
254
255
256
257
258
259
 
189
190
191
192
193
194
195
196
 
255
256
257
 
258
259
260
@@ -189,6 +189,8 @@
  self._filter = "all"   self.currow = None   self.curfile = None + self.opts['rev'] = [] # This option is dangerous - used directly by hg + self.opts['revs'] = None     if 'filehist' in self.opts:   self.custombutton.set_active(True) @@ -253,7 +255,6 @@
  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'] = [] # This option is dangerous - used directly by hg   self.opts['revs'] = None   self.opts['no_merges'] = False   self.opts['only_merges'] = False