Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

status: recheck files after rename guessing or ignore filter mods

Closes #586

Changeset 38bc36b349a2

Parent 98db5aab6142

by Steve Borho

Changes to one file · Browse files at 38bc36b349a2 Showing diff from parent 98db5aab6142 Diff from another changeset...

 
1399
1400
1401
 
1402
1403
1404
 
1399
1400
1401
1402
1403
1404
1405
@@ -1399,6 +1399,7 @@
    def ignoremask_updated(self):   '''User has changed the ignore mask in hgignore dialog''' + self.opts['check'] = True   self.reload_status()     def relevant_checked_files(self, stats):