Show More
@@ -8,7 +8,6 b'' | |||
|
8 | 8 | import os |
|
9 | 9 | import re |
|
10 | 10 | import cPickle as pickle |
|
11 | from mercurial import util | |
|
12 | 11 | from mercurial.i18n import _ |
|
13 | 12 | from mercurial import hook |
|
14 | 13 | from mercurial import util |
@@ -63,7 +63,7 b' pretty fast (at least faster than having' | |||
|
63 | 63 | |
|
64 | 64 | from mercurial.i18n import _ |
|
65 | 65 | from mercurial.node import short, nullid |
|
66 |
from mercurial import cmdutil, scmutil, |
|
|
66 | from mercurial import cmdutil, scmutil, util, commands, encoding | |
|
67 | 67 | import os, shlex, shutil, tempfile, re |
|
68 | 68 | |
|
69 | 69 | cmdtable = {} |
@@ -25,7 +25,7 b' from mercurial.i18n import _' | |||
|
25 | 25 | from mercurial.node import nullid, nullrev, bin, hex |
|
26 | 26 | from mercurial import changegroup, cmdutil, scmutil, phases, commands |
|
27 | 27 | from mercurial import error, hg, mdiff, merge, patch, repair, util |
|
28 |
from mercurial import templatefilters, |
|
|
28 | from mercurial import templatefilters, exchange | |
|
29 | 29 | from mercurial import lock as lockmod |
|
30 | 30 | from hgext import rebase |
|
31 | 31 | import errno |
General Comments 0
You need to be logged in to leave comments.
Login now