Mercurial > hg
diff mercurial/manifest.py @ 16116:ce0ad184f489 stable
localrepo: clear _filecache on rollback (issue3261)
Files are being replaced by rollback but the corresponding data in localrepo
isn't actually updated for things like bookmarks, phases, etc. Then when
rollback is done, the cache is updated thinking it has the most up-to-date
data, where in fact it is still pre-rollback.
We clear _filecache to force everything to be recreated.
author | Idan Kamara <idankk86@gmail.com> |
---|---|
date | Thu, 16 Feb 2012 01:21:34 +0200 |
parents | d976b1ef6760 |
children | a1dcd842ce17 |