changeset 44663 | 948fac24bc39 |
parent 44352 | 0bf3b5e80d30 |
child 44787 | 97ebdb192b00 |
--- a/mercurial/interfaces/repository.py Sat Mar 07 00:30:33 2020 +0100 +++ b/mercurial/interfaces/repository.py Thu Apr 02 13:04:41 2020 -0400 @@ -1052,6 +1052,9 @@ Returns a 2-tuple containing ``bytearray(self.text())`` and the delta between ``base`` and this manifest. + + If this manifest implementation can't support ``fastdelta()``, + raise ``mercurial.manifest.FastdeltaUnavailable``. """