xemacs (hg imported cvs) branches and bookmarks
Sean Farley
sean at farley.io
Wed Feb 17 20:00:56 UTC 2016
Uwe Brauer <oub at mat.ucm.es> writes:
> Hi
>
>
> Xemacs uses now hg for its development
> https://bitbucket.org/xemacs/xemacs
>
> but started with CVS, so the
> transition to hg was done with the hg import function I guess.
>
> The point is
>
> When I run
>
> hg log -G
> or
> hg view
>
> I see quite a bit of branches
Do you mean named branches or branch points in a DAG?
> but when I run
>
> hg bookmark
>
> Or
>
> hg branches
>
> I don't see any. So the question is how can I get information and how
> can I access these branches?
Try 'hg branches -c' to see closed branches.
More information about the Mercurial
mailing list