Show More
@@ -71,6 +71,12 from mercurial.utils import ( | |||
|
71 | 71 | stringutil, |
|
72 | 72 | ) |
|
73 | 73 | |
|
74 | # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for | |
|
75 | # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should | |
|
76 | # be specifying the version(s) of Mercurial they are tested with, or | |
|
77 | # leave the attribute unspecified. | |
|
78 | testedwith = 'ships-with-hg-core' | |
|
79 | ||
|
74 | 80 | cmdtable = {} |
|
75 | 81 | command = registrar.command(cmdtable) |
|
76 | 82 |
General Comments 0
You need to be logged in to leave comments.
Login now