equal
deleted
inserted
replaced
137 import email |
137 import email |
138 import fnmatch |
138 import fnmatch |
139 import socket |
139 import socket |
140 import time |
140 import time |
141 |
141 |
|
142 from mercurial.i18n import _ |
142 from mercurial import ( |
143 from mercurial import ( |
143 cmdutil, |
144 cmdutil, |
144 error, |
145 error, |
145 mail, |
146 mail, |
146 patch, |
147 patch, |
147 util, |
148 util, |
148 ) |
149 ) |
149 from mercurial.i18n import _ |
|
150 |
150 |
151 # Note for extension authors: ONLY specify testedwith = 'internal' for |
151 # Note for extension authors: ONLY specify testedwith = 'internal' for |
152 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
152 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
153 # be specifying the version(s) of Mercurial they are tested with, or |
153 # be specifying the version(s) of Mercurial they are tested with, or |
154 # leave the attribute unspecified. |
154 # leave the attribute unspecified. |