diff mercurial/repair.py @ 18310:4499ba5ac35c

localrepo: introduce destroying function
author Idan Kamara <idankk86@gmail.com>
date Sat, 15 Dec 2012 20:08:13 +0200
parents f8a13f061a8a
children 084074648755
line wrap: on
line diff
--- a/mercurial/repair.py	Sun Dec 16 23:13:02 2012 +0200
+++ b/mercurial/repair.py	Sat Dec 15 20:08:13 2012 +0200
@@ -61,6 +61,7 @@
     # have to consider the effect of the stripped revisions and not revisions
     # missing because the cache is out-of-date.
     branchmap.updatecache(repo)
+    repo.destroying()
 
     cl = repo.changelog
     # TODO handle undo of merge sets