repair: fix missing import
authorAlain Leufroy <alain.leufroy@logilab.fr>
Mon, 16 Apr 2012 10:33:18 +0200
changeset 16440 692bf06bb1af
parent 16439 290850e7aa43
child 16441 9dd10a574af2
repair: fix missing import introduced by: b5c0c7d0f83fe56240ce7a919581f1cbff4f5ee5
mercurial/repair.py
--- a/mercurial/repair.py	Mon Apr 16 17:03:39 2012 +0200
+++ b/mercurial/repair.py	Mon Apr 16 10:33:18 2012 +0200
@@ -10,6 +10,7 @@
 from mercurial.node import short
 from mercurial.i18n import _
 import os
+import errno
 
 def _bundle(repo, bases, heads, node, suffix, compress=True):
     """create a bundle with the specified revisions as a backup"""