[Bug 4461] New: hg help -e <extension> provides erroneous tip

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Nov 20 21:42:58 UTC 2014


http://bz.selenic.com/show_bug.cgi?id=4461

          Priority: normal
            Bug ID: 4461
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg help -e <extension> provides erroneous tip
          Severity: bug
    Classification: Unclassified
                OS: All
          Reporter: andre.sintzoff at gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: unspecified
         Component: Mercurial
           Product: Mercurial

When asking help for evolve extension
% hg help -e evolve

The last line is
(use "hg help -v evolve" to show built-in aliases and global options)


Unfortunately, the suggested command is providing information for the evolve
command and not the evolve extension.

To get the built-in aliases of the evolve extension commands, it should be
written:
"hg help -v -e evolve"

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list