hg status --rev option

Benoit Boissinot bboissin at gmail.com
Sat Apr 10 18:49:25 CDT 2010


On Sun, Apr 11, 2010 at 1:37 AM, Harry Putnam <reader at newsguy.com> wrote:
> Can anyone show how this option to hg status is suppoed to work:
>       --rev        show difference from revision
>
> I've tried every combo I could think of and got nothing.
>
> First off, what is the `rev' part supposed to mean?
> Just a number: --2
>           Or: --rev2

--rev 2 or --rev=2

See hg help revisions for the different ways to specify a revision and
there meanings.

Benoit


More information about the Mercurial mailing list