Mercurial > public > mercurial-scm > hg
comparison mercurial/localrepo.py @ 4375:109077e7048d
When reloading the dirstate, recompute ignore information if needed.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 24 Apr 2007 12:02:51 -0700 |
parents | 4ddc6d374265 |
children | 9770d260a405 |
comparison
equal
deleted
inserted
replaced
4374:9edc2d6f7c10 | 4375:109077e7048d |
---|---|
594 self.wreload() | 594 self.wreload() |
595 else: | 595 else: |
596 self.ui.warn(_("no rollback information available\n")) | 596 self.ui.warn(_("no rollback information available\n")) |
597 | 597 |
598 def wreload(self): | 598 def wreload(self): |
599 self.dirstate.read() | 599 self.dirstate.reload() |
600 | 600 |
601 def reload(self): | 601 def reload(self): |
602 self.changelog.load() | 602 self.changelog.load() |
603 self.manifest.load() | 603 self.manifest.load() |
604 self.tagscache = None | 604 self.tagscache = None |