From: Colin Watson Date: Tue, 5 Dec 2006 14:17:06 +0000 (+0000) Subject: support bzr+ssh and sftp protocols for bzr X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=34b8037c044aea04cf2219c93b3cb3c1c5818c76 support bzr+ssh and sftp protocols for bzr --- 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