Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgshelve: two minor cleanups

Changeset 3e239ecc4b02

Parent 1e2f4d2c12a7

by Steve Borho

Changes to one file · Browse files at 3e239ecc4b02 Showing diff from parent 1e2f4d2c12a7 Diff from another changeset...

 
41
42
43
44
 
45
46
47
 
205
206
207
208
209
210
211
 
41
42
43
 
44
45
46
47
 
205
206
207
 
208
209
210
@@ -41,7 +41,7 @@
    def auto_check(self):   if self.test_opt('check'): - for entry in self.filemodel : + for entry in self.filemodel:   if entry[FM_STATUS] in 'MAR':   entry[FM_CHECKED] = True   self._update_check_count() @@ -205,7 +205,6 @@
 def run(_ui, *pats, **opts):   cmdoptions = {   'user':opts.get('user', ''), 'date':opts.get('date', ''), - 'logfile':'', 'message':'',   'modified':True, 'added':True, 'removed':True, 'deleted':True,   'unknown':True, 'ignored':False,   'exclude':[], 'include':[],