equal
deleted
inserted
replaced
12 import errno |
12 import errno |
13 import os |
13 import os |
14 import re |
14 import re |
15 import subprocess |
15 import subprocess |
16 |
16 |
|
17 from mercurial.i18n import _ |
17 from mercurial import ( |
18 from mercurial import ( |
18 error, |
19 error, |
19 phases, |
20 phases, |
20 util, |
21 util, |
21 ) |
22 ) |
22 from mercurial.i18n import _ |
|
23 |
23 |
24 propertycache = util.propertycache |
24 propertycache = util.propertycache |
25 |
25 |
26 def encodeargs(args): |
26 def encodeargs(args): |
27 def encodearg(s): |
27 def encodearg(s): |