[Bug 4723] New: `hg commit` using two -m's does not give an error

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Jun 13 03:20:56 UTC 2015


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

          Priority: normal
            Bug ID: 4723
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: `hg commit` using two -m's does not give an error
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: faheem at faheem.info
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.4
         Component: Mercurial
           Product: Mercurial

hg init test
cd test
touch foo
hg add foo
hg ci -m foo -m 'Add foo'
hg log
changeset:   0:d1824f9dbeac
tag:         tip
user:        Faheem Mitha <faheem at faheem.info>
date:        Sat Jun 13 08:49:48 2015 +0530
summary:     Add foo

Reported by Taggnostr on #mercurial.

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


More information about the Mercurial-devel mailing list