octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: switching between branches of mercurial?


From: Xavier Delacour
Subject: Re: switching between branches of mercurial?
Date: Fri, 4 Apr 2008 09:20:23 -0400

On Fri, Apr 4, 2008 at 8:58 AM, Ben Abbott <address@hidden> wrote:
> When the sources are initially pulled, what branch is active?

default

hg branch
tells you which branch you're currently on.

>
>         hg pull http://www.octave.org/hg/octave
>         hg update
>
>  I can switch to the 3-0-x branch by
>
>         hg update -C release-3-0-x
>
>  How do I determine what branches are available to switch between?

hg branches

>
>  How do I return to the default?

hg update -C default

Xavier

>
>  Ben
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]