Simple command line to see what happened in a changeset?

Thomas Klausner tk at giga.or.at
Thu Jul 5 05:18:17 CDT 2007


On Thu, Jul 05, 2007 at 11:54:31AM +0200, Mathieu Clabaut wrote:
> >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.

That's exactly it. Thanks a lot!
 Thomas


More information about the Mercurial mailing list