D2588: commit: adds multiline commit message support(issue5616)

jeffpc (Jeff Sipek) phabricator at mercurial-scm.org
Sat Mar 3 12:38:48 EST 2018


jeffpc added a comment.


  FWIW, this is slightly different behavior from what git does.  There, each -m is added as a separate *paragraph*.  IOW,
  
    $ git commit -m "first" -m "second"
  
  creates:
  
    first
    
    second

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2588

To: sangeet259, #hg-reviewers
Cc: jeffpc, mercurial-devel


More information about the Mercurial-devel mailing list