]> arthur.barton.de Git - bup.git/commit
Remove max_pack_size and max_pack_objects globals
authorRob Browning <rlb@defaultvalue.org>
Mon, 15 May 2017 04:16:55 +0000 (23:16 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 20 May 2017 19:21:13 +0000 (14:21 -0500)
commite0d69acd88fe3d4bc57e30840d9550f66a158776
treeafba749b1d01be2ac93d670ea4df9a028b42c88d
parent607991ef4d0e56a18933e6a72ac95d3ff90c5fb8
Remove max_pack_size and max_pack_objects globals

Instead, have the packwriters take optional arguments with the same
names and purposes.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/split-cmd.py
lib/bup/client.py
lib/bup/git.py