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