problem with clone
Yuya Nishihara
yuya at tcha.org
Sun Aug 14 09:25:09 UTC 2016
On Sun, 14 Aug 2016 08:06:16 +0000, Uwe Brauer wrote:
> hg clone repo1 repo2
>
> gives
>
> abort: empty revision on one side of range
> warning: outgoing hook exited with status 255
> updating to branch default
>
> What is the problem, and what can I do?
Maybe you have an outgoing hook that runs "hg <command> -r <X> -r <Y>",
and <X> or <Y> are empty.
Try with --debug to see what's going on.
More information about the Mercurial
mailing list