mercurial/interfaces/repository.py
changeset 44663 948fac24bc39
parent 44352 0bf3b5e80d30
child 44787 97ebdb192b00
equal deleted inserted replaced
44662:25d97090c6ca 44663:948fac24bc39
  1050 
  1050 
  1051         ``changes`` is an iterable of ``(path, to_delete)``.
  1051         ``changes`` is an iterable of ``(path, to_delete)``.
  1052 
  1052 
  1053         Returns a 2-tuple containing ``bytearray(self.text())`` and the
  1053         Returns a 2-tuple containing ``bytearray(self.text())`` and the
  1054         delta between ``base`` and this manifest.
  1054         delta between ``base`` and this manifest.
       
  1055 
       
  1056         If this manifest implementation can't support ``fastdelta()``,
       
  1057         raise ``mercurial.manifest.FastdeltaUnavailable``.
  1055         """
  1058         """
  1056 
  1059 
  1057 
  1060 
  1058 class imanifestrevisionbase(interfaceutil.Interface):
  1061 class imanifestrevisionbase(interfaceutil.Interface):
  1059     """Base interface representing a single revision of a manifest.
  1062     """Base interface representing a single revision of a manifest.