Show More
@@ -10,6 +10,7 b' from mercurial import changegroup, bookm' | |||||
10 | from mercurial.node import short |
|
10 | from mercurial.node import short | |
11 | from mercurial.i18n import _ |
|
11 | from mercurial.i18n import _ | |
12 | import os |
|
12 | import os | |
|
13 | import errno | |||
13 |
|
14 | |||
14 | def _bundle(repo, bases, heads, node, suffix, compress=True): |
|
15 | def _bundle(repo, bases, heads, node, suffix, compress=True): | |
15 | """create a bundle with the specified revisions as a backup""" |
|
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