##// END OF EJS Templates
largefiles: tidy imports...
Greg Ward -
r15305:683f417f stable
parent child Browse files
Show More
@@ -11,17 +11,11 b''
11 import os
11 import os
12 import copy
12 import copy
13
13
14 from mercurial import hg, commands, util, cmdutil, match as match_, node, \
14 from mercurial import hg, commands, util, cmdutil, scmutil, match as match_, \
15 archival, error, merge
15 node, archival, error, merge
16 from mercurial.i18n import _
16 from mercurial.i18n import _
17 from mercurial.node import hex
17 from mercurial.node import hex
18 from hgext import rebase
18 from hgext import rebase
19 import lfutil
20
21 try:
22 from mercurial import scmutil
23 except ImportError:
24 pass
25
19
26 import lfutil
20 import lfutil
27 import lfcommands
21 import lfcommands
@@ -12,8 +12,7 b' import types'
12 import os
12 import os
13 import re
13 import re
14
14
15 from mercurial import context, error, manifest, match as match_, \
15 from mercurial import context, error, manifest, match as match_, node, util
16 node, util
17 from mercurial.i18n import _
16 from mercurial.i18n import _
18
17
19 import lfcommands
18 import lfcommands
General Comments 0
You need to be logged in to leave comments. Login now