How to display status between changeset?

Danek Duvall danek.duvall at sun.com
Thu May 11 11:50:16 CDT 2006


On Thu, May 11, 2006 at 02:00:04PM +0100, Ivan Kanis wrote:

> I am trying to display what files have been modified between tip and
> the previous changeset. I was expecting the 'status' command to take a
> revision argument but that's not the case. I looked at all the other
> commands and couldn't find one that would do the job ('diff' is too
> verbose). Have I missed something obvious?

Not that it's necessarily obvious, but

    hg log -v -r tip

will do the trick.  Use --debug instead of -v if you want to know whether a
file was added or removed or just changed.

Danek


More information about the Mercurial mailing list