equal
deleted
inserted
replaced
179 from mercurial.i18n import _ |
179 from mercurial.i18n import _ |
180 |
180 |
181 cmdtable = {} |
181 cmdtable = {} |
182 command = cmdutil.command(cmdtable) |
182 command = cmdutil.command(cmdtable) |
183 |
183 |
|
184 # Note for extension authors: ONLY specify testedwith = 'internal' for |
|
185 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should |
|
186 # be specifying the version(s) of Mercurial they are tested with, or |
|
187 # leave the attribute unspecified. |
184 testedwith = 'internal' |
188 testedwith = 'internal' |
185 |
189 |
186 # i18n: command names and abbreviations must remain untranslated |
190 # i18n: command names and abbreviations must remain untranslated |
187 editcomment = _("""# Edit history between %s and %s |
191 editcomment = _("""# Edit history between %s and %s |
188 # |
192 # |