https://bz.mercurial-scm.org/show_bug.cgi?id=6005

            Bug ID: 6005
           Summary: command declaration broken for extensions
           Product: Mercurial
           Version: default branch
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: lothiral...@gmail.com
                CC: mercurial-devel@mercurial-scm.org

Changeset fa88170c10bb changes the way we declare command name that should be
present in the shortlist.

Previously, such names were prefixed with "^", now we use an explicit
declaration in the command decorator.

This change has the unfortunate side effect of breaking all extensions
declaring command with leading "^".

We should keep the compatibility around for at least a cycle, with a developer
warning.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to