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