mercurial/repair.py
changeset 16623 def6a19c3b4d
parent 16440 692bf06bb1af
child 16628 3c738cb162bf
--- a/mercurial/repair.py	Thu May 10 18:21:15 2012 +0200
+++ b/mercurial/repair.py	Thu May 10 18:21:15 2012 +0200
@@ -6,7 +6,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-from mercurial import changegroup, bookmarks, phases
+from mercurial import changegroup, bookmarks
 from mercurial.node import short
 from mercurial.i18n import _
 import os
@@ -170,7 +170,3 @@
         raise
 
     repo.destroyed()
-
-    # remove potential unknown phase
-    # XXX using to_strip data would be faster
-    phases.filterunknown(repo)