mercurial/interfaces/repository.py
changeset 45942 89a2afe31e82
parent 45788 a5206e71c536
child 45946 464539c305aa
equal deleted inserted replaced
45941:346af7687c6f 45942:89a2afe31e82
   615 
   615 
   616         Any metadata is excluded from size measurements.
   616         Any metadata is excluded from size measurements.
   617         """
   617         """
   618 
   618 
   619     def revision(node, raw=False):
   619     def revision(node, raw=False):
   620         """"Obtain fulltext data for a node.
   620         """ "Obtain fulltext data for a node.
   621 
   621 
   622         By default, any storage transformations are applied before the data
   622         By default, any storage transformations are applied before the data
   623         is returned. If ``raw`` is True, non-raw storage transformations
   623         is returned. If ``raw`` is True, non-raw storage transformations
   624         are not applied.
   624         are not applied.
   625 
   625 
   626         The fulltext data may contain a header containing metadata. Most
   626         The fulltext data may contain a header containing metadata. Most
   627         consumers should use ``read()`` to obtain the actual file data.
   627         consumers should use ``read()`` to obtain the actual file data.
   628         """
   628         """
   629 
   629 
   630     def rawdata(node):
   630     def rawdata(node):
   631         """Obtain raw data for a node.
   631         """Obtain raw data for a node."""
   632         """
       
   633 
   632 
   634     def read(node):
   633     def read(node):
   635         """Resolve file fulltext data.
   634         """Resolve file fulltext data.
   636 
   635 
   637         This is similar to ``revision()`` except any metadata in the data
   636         This is similar to ``revision()`` except any metadata in the data