Skip to content
Snippets Groups Projects
Commit 692bf06b authored by Alain Leufroy's avatar Alain Leufroy
Browse files

repair: fix missing import

introduced by: b5c0c7d0f83f
parent 290850e7
No related branches found
No related tags found
No related merge requests found
......@@ -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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment