From 34b8037c044aea04cf2219c93b3cb3c1c5818c76 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 5 Dec 2006 14:17:06 +0000 Subject: [PATCH] support bzr+ssh and sftp protocols for bzr --- baz-update-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2