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).
2008/8/30 James Turner <james_AT_bsdgroup.org>
> Hey, when I do a fresh clone of dwm, I don't see any of the changes
> marked as merge in the web interface. Am I doing something wrong?
>
> --
> James Turner
> BSD Group Consulting
> http://www.bsdgroup.org
>
>
-- Cheers, FilippoReceived on Sat Aug 30 2008 - 07:39:05 UTC
This archive was generated by hypermail 2.2.0 : Sat Aug 30 2008 - 07:48:04 UTC