Show More
@@ -49,13 +49,15 b' from mercurial import (' | |||
|
49 | 49 | util, |
|
50 | 50 | ) |
|
51 | 51 | |
|
52 | cmdtable = {} | |
|
53 | command = registrar.command(cmdtable) | |
|
54 | 52 | # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for |
|
55 | 53 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
56 | 54 | # be specifying the version(s) of Mercurial they are tested with, or |
|
57 | 55 | # leave the attribute unspecified. |
|
58 | 56 | testedwith = 'ships-with-hg-core' |
|
57 | ||
|
58 | cmdtable = {} | |
|
59 | command = registrar.command(cmdtable) | |
|
60 | ||
|
59 | 61 | lastui = None |
|
60 | 62 | |
|
61 | 63 | filehandles = {} |
General Comments 0
You need to be logged in to leave comments.
Login now