On Sat, Aug 30, 2008 at 08:39:05AM +0100, Filippo Erik Negroni wrote:
> From looking at the log, Anselm apparently has been working on branch
> 'merge', but forgot to integrate back into default ever since.
> 
> When you clone, you are by default placed in the 'default' branch, which you
> can identify using
> 
> $ hg identify
> 
> Until Anselm integrates 'merge' into 'default', you can do either of two
> things:
> 
> $ hg up merge
> 
> or
> 
> $ hg up -r tip
> 
> Ever since I started using mercurial, there has been a debate whether named
> branches are a good thing. Mercurial originally was only supporting
> branching by cloning, which is what I always do (apart from using MQueues).
> 
> -- 
> Cheers,
> Filippo

Thanks for the hg lesson, it was very helpful.

-- 
James Turner
BSD Group Consulting
http://www.bsdgroup.org

Reply via email to