[Yanel-dev] First steps with Mercurial

Michael Wechner michael.wechner at wyona.com
Wed Mar 2 23:54:34 CET 2011


Hi Cedric

On 3/2/11 5:44 PM, Cedric Staub wrote:
>
>> So far so good ;-) BUT how can I see the differences now between my
>> version and the default/master version?
>
> You can show the differences between two revisions with
>
> hg diff -r REV1:REV2

that worked:

hg diff -r f188cbe11a1d:5c7a150154e2

whereas I got the revisions from the web interface (hg serve),
It is not exactly what I am looking for though, but maybe I need to use
a little bit more to get used to it.
> Where you can supply local revision numbers, hashes, branch names, etc.
>
> Also, before pulling from a remote host you can do:
>
> hg incoming SOURCE
>
> Which will show new changesets from SOURCE that you don't have yet, but
> without pulling them.
>
> See also http://hgbook.red-bean.com/read/

Thanks very much for these pointers

Michael
> Cheers
> Cedric



More information about the Yanel-development mailing list