Re: [cmake-developers] [patch] ExternalProject: Removed implicit hg update on hg clone.

2015-08-11 Thread Brad King
On 08/10/2015 07:13 PM, Klaim - Joël Lamotte wrote: This patch fixes the observed issue. [snip] Should I also make a ticket or just posting the patch here is enough? Posting here is enough (and is preferred, thanks). Applied: ExternalProject: Tell hg clone not to implicitly update

[cmake-developers] [patch] ExternalProject: Removed implicit hg update on hg clone.

2015-08-10 Thread Klaim - Joël Lamotte
Please find attached a patch fixing ExternalProject_Add() which update mercurial repositories _twice_, which can lead to too long cloning transactions (in particular when there are subrepos in the default branch), which can lead transaction abort by repository servers. I found the issue in such