]> arthur.barton.de Git - bup.git/commit
Revert (most of) "--remote parameter requires a colon"
authorAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Nov 2010 05:14:04 +0000 (21:14 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 9 Nov 2010 05:17:44 +0000 (21:17 -0800)
commite3c617fdb6974ad754efb94fea828a9cf8312f9c
tree4b000dca1b225930196959ea8012875d16cb6eae
parentac5848c7a960377fb5cf9c76abe7cc7241af50b9
Revert (most of) "--remote parameter requires a colon"

This reverts (most of) commit c135a5834a9bf9cd9c3382d6489f93e3fdabeafd.

Requiring a colon seems to be too fascist; it makes people think that you
can't use local repositories anymore, which wasn't true: you could just
refer to them as ":/path/to/repo".  But that's just too weird and
non-obvious.  It already resulted in a query on the mailing list, the
avoidance of which is why we added this patch in the first place.  So let's
take it back out.

I kept some minor clarifications and unit test improvements, however.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/init-cmd.py
cmd/join-cmd.py
cmd/save-cmd.py
cmd/split-cmd.py
t/test.sh