From: Joey Hess Date: Thu, 26 Nov 2009 16:56:50 +0000 (-0500) Subject: use [.] instead of [] X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/8e286d6555f683edeb30cc0ea794595102f00ee7 use [.] instead of [] [] only works at all due to implementation details and users should not need to worry about it. mr bootstrap only support [.] --- diff --git a/Makefile b/Makefile index ec59d8c..8a8a63a 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,6 @@ build: pod2man -c webcheckout webcheckout > webcheckout.1 test: - (echo "[]"; echo "checkout=") > mrconfig.tmp + (echo "[.]"; echo "checkout=") > mrconfig.tmp ./mr --trust-all -c mrconfig.tmp ed | grep -q "horse" rm -f mrconfig.tmp diff --git a/mrconfig.complex b/mrconfig.complex index 47cf979..21974b5 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -63,7 +63,7 @@ lib = } # The root of my home directory. -[] +[.] order = 1 checkout = if anon; then