[Bug 4225] New: Add "-a" option to "hg commit" to avoid confusion with git

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Wed Apr 16 04:46:54 CDT 2014


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

          Priority: normal
            Bug ID: 4225
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Add "-a" option to "hg commit" to avoid confusion with
                    git
          Severity: feature
    Classification: Unclassified
                OS: All
          Reporter: g.rodola at gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: unspecified
         Component: Mercurial
           Product: Mercurial

http://stackoverflow.com/questions/23096996/bashrc-alias-for-not-confusing-git-and-mercurial/

Proposal is to add a "-a / --all" option, which simply does nothing, in order
to help avoid doing ugly hacks in your bashrc.

Basically these two commands would be equivalent:

hg commit -m "message"
hg commit -am "message"

Thoughts?

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


More information about the Mercurial-devel mailing list