[Checkins] SVN: z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py Add a bit of clarification.

Martijn Faassen faassen at infrae.com
Wed Jul 4 14:01:51 EDT 2007


Log message for revision 77422:
  Add a bit of clarification.
  

Changed:
  U   z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py

-=-
Modified: z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py
===================================================================
--- z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py	2007-07-04 18:01:18 UTC (rev 77421)
+++ z3c.vcsync/trunk/src/z3c/vcsync/interfaces.py	2007-07-04 18:01:51 UTC (rev 77422)
@@ -63,6 +63,10 @@
     def removed(dt):
         """Paths removed.
 
+        The path is a path from the state root object to the actual
+        object that was removed. It is therefore not the same as the
+        physically locatable path.
+        
         Any path that has been removed since dt should be returned. This
         path might have been added again later, so it is safe to return
         paths of objects returned by the 'objects' method.



More information about the Checkins mailing list