using a scheme requires to specify a destination directory
Yuya Nishihara
yuya at tcha.org
Fri Feb 24 13:45:59 UTC 2017
On Fri, 24 Feb 2017 12:03:41 +0100, David Demelier wrote:
> [schemes]
> mlk = http://hg.malikania.fr/
>
> Using hg clone mlk://irccd results in the following error:
>
> abort: empty destination path is not valid
>
> I don't know what I'm doing wrong, the predefined bb scheme works fine.
That's because the URL mlk://irccd has no path name. ("irccd" is considered
a host name.) You need to specify the destination path explicitly.
hg clone mlk://irccd irccd
More information about the Mercurial
mailing list