Show More
@@ -53,7 +53,6 b' import itertools' | |||
|
53 | 53 | import os |
|
54 | 54 | import re |
|
55 | 55 | import subprocess |
|
56 | import sys | |
|
57 | 56 | |
|
58 | 57 | from mercurial.i18n import _ |
|
59 | 58 | from mercurial.node import nullrev |
@@ -64,11 +63,9 b' from mercurial import (' | |||
|
64 | 63 | context, |
|
65 | 64 | copies, |
|
66 | 65 | error, |
|
67 | match, | |
|
68 | 66 | mdiff, |
|
69 | 67 | merge, |
|
70 | 68 | obsolete, |
|
71 | posix, | |
|
72 | 69 | registrar, |
|
73 | 70 | scmutil, |
|
74 | 71 | util, |
General Comments 0
You need to be logged in to leave comments.
Login now