How do you create a stable-only repo?

Benoit Boissinot bboissin at gmail.com
Wed Apr 14 03:16:35 CDT 2010


On Wed, Apr 14, 2010 at 9:39 AM, Kommit <kommit at gmail.com> wrote:
> http://selenic.com/repo/
> I found there are 2 mercurial source repo here, one is called
> "Mercurial", another one is "Mercurial (stable branch)"
> how to achieve this?
> I want to create one repo from another, but with only one branch.
> seems "hg clone --branch stable" is not doing this.

hg clone -r stable

Cheers,

Benoit


More information about the Mercurial mailing list