]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
filetree: change the way addpath works, now we add workqueue steps for all involved...
authorBrian Warner <warner@lothar.com>
Mon, 22 Jan 2007 08:06:09 +0000 (01:06 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 22 Jan 2007 08:06:09 +0000 (01:06 -0700)
commit22731125f32bda77dd347b052ad0e9f24ed4900f
tree38eda513b136d907df2994a346ef6039a182ce85
parent9dc1c0cfc048d1f726529dfc389cbce0be763324
filetree: change the way addpath works, now we add workqueue steps for all involved subtrees at about the same time, rather than letting one step add the next when it runs. Finally add a (passing) test for uploading files to CHK-based directories
src/allmydata/filetree/directory.py
src/allmydata/filetree/file.py
src/allmydata/filetree/interfaces.py
src/allmydata/filetree/redirect.py
src/allmydata/filetree/vdrive.py
src/allmydata/interfaces.py
src/allmydata/test/test_filetree_new.py
src/allmydata/test/test_workqueue.py
src/allmydata/workqueue.py