Show More
@@ -100,7 +100,7 b' disable color.' | |||||
100 |
|
100 | |||
101 | ''' |
|
101 | ''' | |
102 |
|
102 | |||
103 |
import os |
|
103 | import os | |
104 |
|
104 | |||
105 | from mercurial import commands, dispatch, extensions, ui as uimod, util |
|
105 | from mercurial import commands, dispatch, extensions, ui as uimod, util | |
106 | from mercurial.i18n import _ |
|
106 | from mercurial.i18n import _ |
@@ -7,7 +7,7 b'' | |||||
7 |
|
7 | |||
8 | from common import NoRepo, checktool, commandline, commit, converter_source |
|
8 | from common import NoRepo, checktool, commandline, commit, converter_source | |
9 | from mercurial.i18n import _ |
|
9 | from mercurial.i18n import _ | |
10 |
from mercurial import |
|
10 | from mercurial import util | |
11 | import os, shutil, tempfile, re |
|
11 | import os, shutil, tempfile, re | |
12 |
|
12 | |||
13 | # The naming drift of ElementTree is fun! |
|
13 | # The naming drift of ElementTree is fun! |
@@ -17,7 +17,7 b' from mercurial.commands import templateo' | |||||
17 | from mercurial.i18n import _ |
|
17 | from mercurial.i18n import _ | |
18 | from mercurial.node import nullrev |
|
18 | from mercurial.node import nullrev | |
19 | from mercurial import cmdutil, commands, extensions |
|
19 | from mercurial import cmdutil, commands, extensions | |
20 |
from mercurial import hg, |
|
20 | from mercurial import hg, util, graphmod | |
21 |
|
21 | |||
22 | ASCIIDATA = 'ASC' |
|
22 | ASCIIDATA = 'ASC' | |
23 |
|
23 |
General Comments 0
You need to be logged in to leave comments.
Login now