##// END OF EJS Templates
remove unused imports
Brodie Rao -
r10463:5ddde896 stable
parent child Browse files
Show More
@@ -30,7 +30,7 b' branching.'
30
30
31 from mercurial.i18n import _
31 from mercurial.i18n import _
32 from mercurial.node import nullid, nullrev, hex, short
32 from mercurial.node import nullid, nullrev, hex, short
33 from mercurial import util, commands, localrepo, repair, extensions
33 from mercurial import util, commands, repair, extensions
34 import os
34 import os
35
35
36 def write(repo):
36 def write(repo):
@@ -65,7 +65,7 b' Default effects may be overridden from t'
65
65
66 import os, sys
66 import os, sys
67
67
68 from mercurial import cmdutil, commands, extensions, error
68 from mercurial import cmdutil, commands, extensions
69 from mercurial.i18n import _
69 from mercurial.i18n import _
70
70
71 # start and stop parameters for effects
71 # start and stop parameters for effects
@@ -11,7 +11,6 b''
11 # todo: socket permissions
11 # todo: socket permissions
12
12
13 from mercurial.i18n import _
13 from mercurial.i18n import _
14 from mercurial import cmdutil, util
15 import server
14 import server
16 from client import client, QueryFailed
15 from client import client, QueryFailed
17
16
@@ -8,7 +8,6 b''
8
8
9 from mercurial.i18n import _
9 from mercurial.i18n import _
10 from mercurial import osutil, util
10 from mercurial import osutil, util
11 import common
12 import server
11 import server
13 import errno, os, select, stat, sys, time
12 import errno, os, select, stat, sys, time
14
13
@@ -39,7 +39,6 b' changed by adding either -<num> which wo'
39 or +<num> for the first num characters.
39 or +<num> for the first num characters.
40 """
40 """
41
41
42 import math
43 import sys
42 import sys
44 import time
43 import time
45
44
@@ -7,7 +7,7 b''
7
7
8 from node import hex, nullid, nullrev, short
8 from node import hex, nullid, nullrev, short
9 from i18n import _
9 from i18n import _
10 import os, sys, errno, re, glob, tempfile, time
10 import os, sys, errno, re, glob, tempfile
11 import mdiff, bdiff, util, templater, patch, error, encoding, templatekw
11 import mdiff, bdiff, util, templater, patch, error, encoding, templatekw
12 import match as _match
12 import match as _match
13
13
@@ -5,7 +5,6 b''
5 # This software may be used and distributed according to the terms of the
5 # This software may be used and distributed according to the terms of the
6 # GNU General Public License version 2 or any later version.
6 # GNU General Public License version 2 or any later version.
7
7
8 from i18n import _
9 import util
8 import util
10 import heapq
9 import heapq
11
10
General Comments 0
You need to be logged in to leave comments. Login now