# HG changeset patch # User Mike Miller # Date 1467918946 25200 # Node ID 88b3c69322365707f071a88aefc7e74bd2d38b62 # Parent 1340feab13a82c8265e8c86d5758ad486a1f87c2 maint: use an absolute url for gnulib subrepo, rename back to gnulib * .hgsub (gnulib): Rename subrepo and point to gnulib mirror on hg.octave.org. * .hgsubstate: Rename gnulib-hg to gnulib. * bootstrap.conf (GNULIB_SRCDIR): Likewise. * etc/HACKING: Likewise. diff -r 1340feab13a8 -r 88b3c6932236 .hgsub --- a/.hgsub Thu Jul 07 14:41:34 2016 -0400 +++ b/.hgsub Thu Jul 07 12:15:46 2016 -0700 @@ -1,1 +1,1 @@ -gnulib-hg = gnulib-hg +gnulib = http://hg.octave.org/gnulib diff -r 1340feab13a8 -r 88b3c6932236 .hgsubstate --- a/.hgsubstate Thu Jul 07 14:41:34 2016 -0400 +++ b/.hgsubstate Thu Jul 07 12:15:46 2016 -0700 @@ -1,1 +1,1 @@ -c2b547926f344f971af228b730451570bc752780 gnulib-hg +c2b547926f344f971af228b730451570bc752780 gnulib diff -r 1340feab13a8 -r 88b3c6932236 bootstrap.conf --- a/bootstrap.conf Thu Jul 07 14:41:34 2016 -0400 +++ b/bootstrap.conf Thu Jul 07 12:15:46 2016 -0700 @@ -144,7 +144,7 @@ # Don't use git to update gnulib sources. We keep gnulib under a # Mercurial subrepository instead. use_git=false -GNULIB_SRCDIR=gnulib-hg +GNULIB_SRCDIR=gnulib # Don't check for translations since we don't have any in Octave yet. # This avoids the need for sha1sum or compatible utility in bootstrap. diff -r 1340feab13a8 -r 88b3c6932236 etc/HACKING --- a/etc/HACKING Thu Jul 07 14:41:34 2016 -0400 +++ b/etc/HACKING Thu Jul 07 12:15:46 2016 -0700 @@ -148,7 +148,7 @@ programming interface) - gnulib-hg -- gnulib subrepo. This is a clone of the gnulib source + gnulib -- gnulib subrepo. This is a clone of the gnulib source tree maintained by the Octave project. The default branch is identical to the upstream gnulib sources. There is also an "octave-stable" branch that may