How to display status between changeset?

Thomas Arendsen Hein thomas at intevation.de
Tue May 16 02:03:41 CDT 2006


* Ivan Kanis <duumb at tadpolecomputer.co.uk> [20060515 18:56]:
> Danek Duvall <danek.duvall at sun.com> writes:
> 
> > Not that it's necessarily obvious, but
> >
> >     hg log -v -r tip
> >
> 
> Thanks! The output is not as pretty as 'status' but it will do...

If you can think of a useful and intuitive syntax that doesn't
conflict with the current options, we could extend status to compare
working directory relative to a specified revision or to compare two
revisions (like diff can).

Currently the problem is:

 -r --removed    show only removed files

If we add a --rev option, people will probably try to abbreviate it
with -r, which is already taken by --removed. On the other hand
using status against different revisions is not the main usage of
status, so this is probably not a big problem.

What do others think?
Should 'hg status' accept up to two --rev parameters like diff?

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list