chiark / gitweb /
support bzr+ssh and sftp protocols for bzr
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 5 Dec 2006 14:17:06 +0000 (14:17 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Tue, 5 Dec 2006 14:17:06 +0000 (14:17 +0000)
baz-update-config

index 5949047822840f508cbaae273b05d9b1987bb2ea..6a45d910f1ba70a402af562db55976456898b7eb 100755 (executable)
@@ -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