[Bug 4830] New: hg help -k encoding doesn't search command line arguments

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Sep 16 23:53:33 UTC 2015


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

            Bug ID: 4830
           Summary: hg help -k encoding doesn't search command line
                    arguments
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: timeless at gmail.com
                CC: mercurial-devel at selenic.com

If you're looking for help on encoding (or various other things that are
handled via command line arguments), you won't find it via `hg help -k
encoding`.

$ hg help encoding
abort: no such help topic: encoding
(try "hg help --keyword encoding")
$ hg help -k encoding
Topics:

 config      Configuration Files
 environment Environment Variables
 extensions  Using Additional Features
 filesets    Specifying File Sets
 glossary    Glossary
 scripting   Using Mercurial from scripts and automation

Extensions:

 win32mbcs allow the use of MBCS paths with problematic encodings
$ hg help -v|grep encoding
    --encoding ENCODE   set the charset encoding (default: UTF-8)
    --encodingmode MODE set the charset encoding mode (default: strict)

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


More information about the Mercurial-devel mailing list