]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/scripts/cli.py
cli: teach CLI how to create MDMF mutable files
authorKevan Carstensen <kevan@isnotajoke.com>
Tue, 2 Aug 2011 02:16:13 +0000 (19:16 -0700)
committerKevan Carstensen <kevan@isnotajoke.com>
Tue, 2 Aug 2011 02:16:13 +0000 (19:16 -0700)
commit4d09ef3d8307ea937260ac4d39886a99bf5ca4f3
treedcd8c3c997e3eeb162710bc6065190634c887de2
parenta87fc8ffab55dfd23a7df6fad7ee963c463215eb
cli: teach CLI how to create MDMF mutable files

Specifically, 'tahoe mkdir' and 'tahoe put' now take a --mutable-type
argument.
src/allmydata/scripts/cli.py
src/allmydata/scripts/tahoe_mkdir.py
src/allmydata/scripts/tahoe_put.py
src/allmydata/test/test_cli.py