Show More
@@ -3,8 +3,16 | |||
|
3 | 3 | # $ hg init |
|
4 | 4 | # $ undumprevlog < repo.dump |
|
5 | 5 | |
|
6 | from __future__ import absolute_import | |
|
7 | ||
|
6 | 8 | import sys |
|
7 | from mercurial import revlog, node, scmutil, util, transaction | |
|
9 | from mercurial import ( | |
|
10 | node, | |
|
11 | revlog, | |
|
12 | scmutil, | |
|
13 | transaction, | |
|
14 | util, | |
|
15 | ) | |
|
8 | 16 | |
|
9 | 17 | for fp in (sys.stdin, sys.stdout, sys.stderr): |
|
10 | 18 | util.setbinary(fp) |
General Comments 0
You need to be logged in to leave comments.
Login now