Hg pull

Thomas Arendsen Hein thomas at intevation.de
Thu Dec 15 15:48:51 UTC 2005


* Manu Abraham <abraham.manu at gmail.com> [20051212 13:58]:
> Benoit Boissinot wrote:
> >On 12/12/05, Manu Abraham <abraham.manu at gmail.com> wrote:
> >>hg pull http://www.kernel.org/hg/linux-2.6
> >>
> >>which yielded no repo found ! Is there something that i am missing on 
> >>this ?
> >
> >have you done hg init before ?
>
> Ah, that fixed it. Thanks.

Alternatively you could use:
hg clone http://www.kernel.org/hg/linux-2.6

This creates a subdirectory, sets the default path automatically
(so you can just do 'hg pull' without giving the URL in the future)
and checks out a working copy (unless option -U is given).

Thomas

-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/



More information about the Mercurial mailing list