]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix some of the filetree/workqueue interface definitions
authorBrian Warner <warner@allmydata.com>
Sat, 27 Jan 2007 00:31:24 +0000 (17:31 -0700)
committerBrian Warner <warner@allmydata.com>
Sat, 27 Jan 2007 00:31:24 +0000 (17:31 -0700)
src/allmydata/filetree/interfaces.py
src/allmydata/interfaces.py

index 700c2046f98abbedae7176479df286fdea7dcf88..4ce08659d2c4131953ac5fe0b0b7ffd7c4911c64 100644 (file)
@@ -181,7 +181,7 @@ class ISubTree(Interface):
         """Perform whatever work is necessary to record this subtree to
         persistent storage.
 
-        This returns an Inode, or a Deferred that fires (with an INode) when
+        This returns an INode, or a Deferred that fires (with an INode) when
         the subtree has been persisted.
 
         For directory subtrees, this will cause the subtree to serialize
index 82fa569e4a7f67fca5bbf0ec3dd8be22db45f516..08a7ce13ba2fc5f9328e2e4e3688f47ac9beed88 100644 (file)
@@ -338,18 +338,18 @@ class IWorkQueue(Interface):
                            new_subtree_boxname=None):
         """When executed, this step retrieves the subtree specified by
         'subtree_node', pulls a node specification out of 'new_node_boxname',
-        then modifies it such that a subtree-relative 'localpath' points to
-        the new node. It then serializes the subtree in its new form, and
+        then modifies the subtree such that a subtree-relative 'localpath'
+        points to the new node. If 'new_node_boxname' is None, this deletes
+        the given path. It then serializes the subtree in its new form, and
         optionally puts a node that describes the new subtree in
-        'new_node_boxname'. If 'new_node_boxname' is None, this deletes the
-        given path.
+        'new_subtree_boxname' for use by another add_modify_subtree step.
 
         The idea is that 'subtree_node' will refer a CHKDirectorySubTree, and
         'new_node_boxname' will contain the CHKFileNode that points to a
         newly-uploaded file. When the CHKDirectorySubTree is modified, it
         acquires a new URI, which will be stuffed (in the form of a
-        CHKDirectorySubTreeNode) into 'new_subtree_boxname'. A following step
-        would then read from 'new_subtree_boxname' and modify some other
+        CHKDirectorySubTreeNode) into 'new_subtree_boxname'. A subsequent
+        step would then read from 'new_subtree_boxname' and modify some other
         subtree with the contents.
 
         If 'subtree_node' refers to a redirection subtree like