equal
deleted
inserted
replaced
876 used to communicate data between invocations of multiple storage |
876 used to communicate data between invocations of multiple storage |
877 primitives. |
877 primitives. |
878 |
878 |
879 If individual revisions cannot have their revision content resolved, |
879 If individual revisions cannot have their revision content resolved, |
880 the method is expected to set the ``skipread`` key to a set of nodes |
880 the method is expected to set the ``skipread`` key to a set of nodes |
881 that encountered problems. |
881 that encountered problems. If set, the method can also add the node(s) |
|
882 to ``safe_renamed`` in order to indicate nodes that may perform the |
|
883 rename checks with currently accessible data. |
882 |
884 |
883 The method yields objects conforming to the ``iverifyproblem`` |
885 The method yields objects conforming to the ``iverifyproblem`` |
884 interface. |
886 interface. |
885 """ |
887 """ |
886 |
888 |