Reg: force commit option in Hg
Pradeepkumar Gayam
in3xes at gmail.com
Wed Aug 25 09:28:01 UTC 2010
On Wed, Aug 25, 2010 at 2:13 PM, Petchimuthu <n.petchimuthu at gmail.com>wrote:
>
> Hi,
> I want to change the incorrect commit message to a particular
> changeset in my local repository.
>
> Is it possible in hg?
>
Quick solution:
Enable mq extension http://mercurial.selenic.com/wiki/MqExtension
hg qimport -r tip:badrevision
hg qpop badrevision
hg qrefresh -e
Now edit commit message
hg qfinish -a
>
> If not then i will recommit the file without changing the content. That's
> why i asked about force option..
>
> Kindly give a solution to this.
>
> Thanks,
> Muthu.
> --
> View this message in context:
> http://mercurial.808500.n3.nabble.com/Reg-force-commit-option-in-Hg-tp1290189p1326759.html
> Sent from the General mailing list archive at Nabble.com.
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20100825/13e15f98/attachment.html>
More information about the Mercurial
mailing list