]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
misc mutable-type fixes:
authorBrian Warner <warner@lothar.com>
Thu, 13 Oct 2011 16:32:29 +0000 (09:32 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 13 Oct 2011 16:32:29 +0000 (09:32 -0700)
commit210761cd49f9ba68522991c6c5f8addd05b3fd2c
tree416a069e48427cd947cc6f4182b1140a618b55a9
parent01b00dc7dca9108f4c6ac8d266020873475dce34
misc mutable-type fixes:

* fix tahoe.cfg control of default mutable type
* tolerate arbitrary case in [client]mutable.format value
* small docs improvements
* use get_mutable_type() as a format-is-mutable predicate
* tighten up error message
docs/frontends/webapi.rst
src/allmydata/client.py
src/allmydata/nodemaker.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_mutable.py
src/allmydata/web/common.py
src/allmydata/web/filenode.py
src/allmydata/web/root.py
src/allmydata/web/unlinked.py