# HG changeset patch # User Alain Leufroy # Date 1334565198 -7200 # Node ID 692bf06bb1af78d420a369dc75cd6ecab21fba78 # Parent 290850e7aa436d04662eec5f4990d82dc9f2d0f6 repair: fix missing import introduced by: b5c0c7d0f83fe56240ce7a919581f1cbff4f5ee5 diff -r 290850e7aa43 -r 692bf06bb1af 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"""