equal
deleted
inserted
replaced
38 import sys |
38 import sys |
39 import time |
39 import time |
40 import threading |
40 import threading |
41 |
41 |
42 from mercurial.i18n import _ |
42 from mercurial.i18n import _ |
|
43 # Note for extension authors: ONLY specify testedwith = 'internal' for |
|
44 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
45 # be specifying the version(s) of Mercurial they are tested with, or |
|
46 # leave the attribute unspecified. |
43 testedwith = 'internal' |
47 testedwith = 'internal' |
44 |
48 |
45 from mercurial import encoding |
49 from mercurial import encoding |
46 |
50 |
47 def spacejoin(*args): |
51 def spacejoin(*args): |