##// END OF EJS Templates
repair: fix missing import...
Alain Leufroy -
r16440:692bf06b default
parent child Browse files
Show More
@@ -10,6 +10,7 b' from mercurial import changegroup, bookm'
10 10 from mercurial.node import short
11 11 from mercurial.i18n import _
12 12 import os
13 import errno
13 14
14 15 def _bundle(repo, bases, heads, node, suffix, compress=True):
15 16 """create a bundle with the specified revisions as a backup"""
General Comments 0
You need to be logged in to leave comments. Login now