]> arthur.barton.de Git - bup.git/commit
bup join: continue gracefully if one of the requested files does not exist.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 13 Feb 2010 21:45:12 +0000 (16:45 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 13 Feb 2010 21:45:12 +0000 (16:45 -0500)
commitdf48a66afae98769b47382c35c34a1adf5aaad39
tree6dda3e4048f09b5ad7018ef9cfcbc2e22b077046
parent666c08a8d1e99cd319b559e0c0f8c9804c01ced0
bup join: continue gracefully if one of the requested files does not exist.

This makes it work more like 'cat'.  If any of the requested files is
missing, the final return code is nonzero.
client.py
cmd-join.py
cmd-server.py
helpers.py