Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hgignore: invalidate repository on refresh

Changeset fae84c6907e2

Parent 48e306127df3

by Yuki KODAMA

Changes to one file · Browse files at fae84c6907e2 Showing diff from parent 48e306127df3 Diff from another changeset...

 
215
216
217
 
218
219
220
 
215
216
217
218
219
220
221
@@ -215,6 +215,7 @@
  self.notify_func = func     def refresh(self): + hglib.invalidaterepo(self.repo)   matcher = match.always(self.repo.root, self.repo.root)   changes = self.repo.dirstate.status(matcher, ignored=False,   clean=False, unknown=True)