Simple command line to see what happened in a changeset?

Matt Mackall mpm at selenic.com
Thu Jul 5 11:09:28 CDT 2007


On Thu, Jul 05, 2007 at 12:18:17PM +0200, Thomas Klausner wrote:
> 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!

This is basically equivalent to:

hg export ab1234

-- 
Mathematics is the supreme nostalgia of our time.


More information about the Mercurial mailing list