]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/interfaces.py
dirnode.set_uri/set_children: change signature to take writecap+readcap
authorBrian Warner <warner@lothar.com>
Mon, 12 Oct 2009 23:51:26 +0000 (16:51 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 12 Oct 2009 23:51:26 +0000 (16:51 -0700)
commite2ffc3dc03df8d73a4c43e3ac48ad9077bbbd82a
tree202982474e0e8840b248ae2fa9f44c0d1c3962e9
parent3ee740628ab32aae0694928a6bc3db3c8116f93b
dirnode.set_uri/set_children: change signature to take writecap+readcap
instead of a single cap. The webapi t=set_children call benefits too.
src/allmydata/dirnode.py
src/allmydata/interfaces.py
src/allmydata/test/test_deepcheck.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/directory.py