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

thgshelve: follow commit's method of check status refresh

Changeset 50c54c7f5ce0

Parent bac6b73d51b3

by Steve Borho

Changes to one file · Browse files at 50c54c7f5ce0 Showing diff from parent bac6b73d51b3 Diff from another changeset...

 
48
49
50
 
51
52
53
 
180
181
182
 
 
183
184
185
 
48
49
50
51
52
53
54
 
181
182
183
184
185
186
187
188
@@ -48,6 +48,7 @@
  if entry[FM_STATUS] in 'MAR':   entry[FM_CHECKED] = True   self.update_check_count() + self.opts['check'] = False       def save_settings(self): @@ -180,6 +181,8 @@
  hgshelve.filterpatch = filter_patch   # shelve them!   hgshelve.shelve(self.ui, self.repo, **opts) + self.opts['check'] = True # recheck MAR after commit + self.filechunks = {} # do not keep chunks   self.reload_status()     def unshelve(self):