mercurial 4.3 dropped support for Python 2.6. With that an API change moved cmdutil.command to the registrar module:
https://www.mercurial-scm.org/wiki/UpgradeNotes#A4.3:_drop_support_for_Python_2.6
https://www.mercurial-scm.org/wiki/UpgradeNotes#Internal_API_changes
https://www.mercurial-scm.org/wiki/UpgradeNotes#A4.3:_drop_support_for_Python_2.6
https://www.mercurial-scm.org/wiki/UpgradeNotes#Internal_API_changes
- clones
-
CODETOOLS-7902264 jcheck extension broken after upgrade to mercurial 4.3 (and python2.7)
- Resolved
- relates to
-
CODETOOLS-7902467 jcheck fails with mercurial 5: object of type 'branchcache' has no len()
- Resolved
-
CODETOOLS-7902421 jcheck fails with mercurial 4.8 with TypeError: walkchangerevs() takes exactly 4 arguments (5 given)
- Closed