Simple command line to see what happened in a changeset?

Mathieu Clabaut mathieu.clabaut at gmail.com
Thu Jul 5 05:01:54 CDT 2007


On 7/5/07, Paul Moore <p.f.moore at gmail.com> wrote:
>
> The above should show you when you're looking at a merge changeset -
> any attempt to make it a single command would likely either be
> fragile, or would need a lot of error checking...


You may try :
  hg parents -r ab1234cd5678 --template '{node|short}\n'

-mathieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20070705/d049854d/attachment-0001.htm 


More information about the Mercurial mailing list