X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=blobdiff_plain;f=baz-update-config;h=6a45d910f1ba70a402af562db55976456898b7eb;hb=61fe7c69377539a26ff8f184894716c9b9fe5f31;hp=5949047822840f508cbaae273b05d9b1987bb2ea;hpb=e0aa59f763fcf0414acbc5e63274697430004f53;p=bin.git diff --git a/baz-update-config b/baz-update-config index 5949047..6a45d91 100755 --- a/baz-update-config +++ b/baz-update-config @@ -21,7 +21,7 @@ for line in $(baz cat-config "$1" 2>/dev/null || cat "$1"); do echo "Updating $DIR ($VERSION) ..." case $VERSION in - http://*) + bzr+ssh://*|http://*|sftp://*) if [ -d "$DIR" ]; then if [ ! -d "$DIR/.bzr" ]; then echo "$DIR is not a bzr checkout; cannot update" >&2