# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1357235672 18000 # Node ID 7f4082b00a99edb0780292857635cc4d70407be1 # Parent 8ced82e96b48d9d98dcce95295c8d901feac4090 Replace gnulib subrepo with gnulib-hg diff --git a/.hgsub b/.hgsub --- a/.hgsub +++ b/.hgsub @@ -1,1 +1,1 @@ -gnulib = [git]git://git.sv.gnu.org/gnulib +gnulib-hg = gnulib-hg diff --git a/.hgsubstate b/.hgsubstate --- a/.hgsubstate +++ b/.hgsubstate @@ -1,1 +1,1 @@ -f9813bce2c06a6130a68db4478d1b16ddadaf276 gnulib +0505376775c93711e62a4fa5cc0112501b0b737e gnulib-hg diff --git a/build-aux/bootstrap b/build-aux/bootstrap --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -172,7 +172,7 @@ # Don't use git to update gnulib sources. We keep gnulib under a # Mercurial subrepository instead use_git=false -GNULIB_SRCDIR=gnulib/ +GNULIB_SRCDIR=gnulib-hg # find_tool ENVVAR NAMES... # -------------------------