<p dir="ltr"><br>
On Feb 12, 2013 3:17 PM, "Pierre-Yves David" <<a href="mailto:pierre-yves.david@logilab.fr">pierre-yves.david@logilab.fr</a>> wrote:<br>
><br>
> On Sat, Feb 09, 2013 at 03:35:15AM -0800, Durham Goode wrote:<br>
> > # HG changeset patch<br>
> > # User Durham Goode <<a href="mailto:durham@fb.com">durham@fb.com</a>><br>
> > # Date 1360352769 28800<br>
> > # Node ID 96e2d74e5f7b32221480fc7932c9555c84f10670<br>
> > # Parent  e2b176cf28e374eb146c3e131871631ab9ace537<br>
> > commit: add --reuse-message for keeping the old commit message during amend<br>
> ><br>
> > When people do 'hg commit --amend', most of the time they don't want to change<br>
> > the commit message.  This adds a flag to do that without prompting the user.<br>
> ><br>
> > I imagine most people will use it in an alias such as:<br>
> ><br>
> >   amend=commit --amend --reuse-message<br>
><br>
> the git --reuse-measage have a different semantic. we *NEED* another name.<br>
><br>
> --<br>
> Pierre-Yves David</p>
<p dir="ltr">What about "--keepmessage"?</p>
<p dir="ltr">Angel<br>
</p>