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