]> arthur.barton.de Git - bup.git/commit
Rename receive-objects command to receive-objects-v2.
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:38:44 +0000 (20:38 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:39:47 +0000 (20:39 -0800)
commite0d4038840359291c5e313a94a7e5dacaa8cb7f6
tree455750e42d55eecb8ee6738568fb144f2ca387b1
parent4cab9ab71fff18d1841fb5964ba092979f7a9ddf
Rename receive-objects command to receive-objects-v2.

...since it's incompatible with the old one.  That will make it die more
spectacularly when talking to an old-style server, rather than failing in
more confusing ways.

Theoretically we could do fancy things like making our server support both
variants of receive-objects, but hey, bup is a pre-release, it shouldn't be
acquiring backwards compatibility cruft *already* :)

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/server-cmd.py
lib/bup/client.py