[Yanel-dev] First steps with Mercurial

Michael Wechner michael.wechner at wyona.com
Wed Mar 2 23:56:04 CET 2011


On 3/2/11 5:57 PM, Cedric Staub wrote:
> On Wed, Mar 02, 2011 at 12:00:18PM +0100, Michael Wechner wrote:
>> Balz and I are currently taking our first steps with Mercurial.
>>
>> Both of us have a local clone of the master version (default =
>> http://hg.wyona.com/yanel-mercurial-mirror)
>>
>> Balz has now made some changes and provided his version (hg serve) to me
>> and I have added his server
>> to the file ".hg/hgrc"
>>
>> balz = http://192.168.1.47:8000/
>>
>> and now was able to get his changes using
>>
>> hg pull balz
>> hg update
>>
>> So far so good ;-) BUT how can I see the differences now between my
>> version and the default/master version?
>>
>> Any pointers are much appreciated.
> By the way:
>
> * I recently tried hg-review for reviewing code changes, it's actually
>    quite nice. It stores the review information within the repository, so
>    it can't get lost: https://bitbucket.org/sjl/hg-review/src
>
> * Here's my personal repo: https://bitbucket.org/csstaub/yanel/overview
>    Since I'm currently not coding anything it's essentially just another
>    mirror of the default Yanel repo, but that may change in the future :)

cool :-) Next week we will also have to create personal mirrors such that
we can do code exchanges independent of the laptops ;-)

Thanks

Michael
> Cheers
> Cedric



More information about the Yanel-development mailing list