Fwd: Simple command line to see what happened in a changeset?

Mathieu Clabaut mathieu.clabaut at gmail.com
Thu Jul 5 04:54:31 CDT 2007


Ooops, forgotten to cc to the list.

On 7/5/07, Thomas Klausner <tk at giga.or.at> wrote:
>
> Hi!
>
> Is there a simple way, given a revision hash, to find out what changed
> in that revision compared to the previous one without having to dig
> out the revision hash of the previous one?


 hg log -vp -r ab1234cd5678
 may do what you want.

I.e., say the commit created changeset "ab1234cd5678", what's the
> easiest way to see what exactly were the related diffs in the files
> for this changeset?
>
> I know that this might be troublesome for merges, because it's not
> clear what the previous version is, but I'm currently mostly
> interested in non-merges where a single parent exists.
> Thomas
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20070705/371d4a20/attachment.htm 


More information about the Mercurial mailing list