diff mercurial/repair.py @ 16440:692bf06bb1af

repair: fix missing import introduced by: b5c0c7d0f83fe56240ce7a919581f1cbff4f5ee5
author Alain Leufroy <alain.leufroy@logilab.fr>
date Mon, 16 Apr 2012 10:33:18 +0200
parents e03d8a40521f
children def6a19c3b4d
line wrap: on
line diff
--- 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"""