# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1581004590 18000
# Node ID dccf3005b8fee7d75e51f17ddfa6cc85476f0974
# Parent  5deecedda0bb06ff4015a53d2a2053b4e0a8c62c
More

diff -r 5deecedda0bb -r dccf3005b8fe bin/cacl
--- a/bin/cacl	Tue Feb 04 09:24:12 2020 -0500
+++ b/bin/cacl	Thu Feb 06 10:56:30 2020 -0500
@@ -5,5 +5,5 @@
 LISPS=("sbcl" "ccl" "abcl" "ecl")
 LISPS=("sbcl" "ccl")
 LISPS=("sbcl")
-rlwrap ~/src/cacl/cacl-$(shuf -n1 -e "${LISPS[@]}") "$@"
+rlwrap ~/src/cacl/build/cacl-$(shuf -n1 -e "${LISPS[@]}") "$@"
 
diff -r 5deecedda0bb -r dccf3005b8fe hgrc
--- a/hgrc	Tue Feb 04 09:24:12 2020 -0500
+++ b/hgrc	Thu Feb 06 10:56:30 2020 -0500
@@ -32,12 +32,8 @@
 cacerts = 
 
 [schemes]
-bb = https://bitbucket.org/
-bbs = ssh://hg@bitbucket.org/
 gh = git://github.com/
 ghs = git+ssh://git@github.com/
-sh = https://hg.sr.ht/~
-shs = ssh://hg@hg.sr.ht/~
 hsl = ssh://hsl/repos/
 
 [diff]