mercurial/interfaces/repository.py
changeset 44073 b9e174d4ed11
parent 43712 f965b1027fb0
child 44257 dbbae122f5e4
equal deleted inserted replaced
44072:1a6dd50cd0db 44073:b9e174d4ed11
   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