diff mercurial/repair.py @ 9150:09a1ee498756

localrepo: add destroyed() method for strip/rollback to use (issue548).
author Greg Ward <greg-hg@gerg.ca>
date Thu, 16 Jul 2009 10:39:41 -0400
parents 8b58f53b9c35
children 25e572394f5c
line wrap: on
line diff
--- a/mercurial/repair.py	Thu Jul 16 10:39:41 2009 -0400
+++ b/mercurial/repair.py	Thu Jul 16 10:39:41 2009 -0400
@@ -142,3 +142,4 @@
         if backup != "strip":
             os.unlink(chgrpfile)
 
+    repo.destroyed()