Mercurial > hg
comparison rust/README.rst @ 39997:2f80eaf38ed4
filelog: remove revdiff() (API)
This proxy method is no longer used.
While it might be useful to query a storage backend for the delta
between any 2 revisions because the store could have a delta cached
and could compute it more efficiently than the caller calling
revision() twice in order to compute a delta, since nothing in core
is using this API now, I feel comfortable nuking it.
Differential Revision: https://phab.mercurial-scm.org/D4792
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Fri, 28 Sep 2018 09:28:38 -0700 |
parents | 964212780daf |
children | 8a3b045d9086 |
comparison
equal
deleted
inserted
replaced
39996:dbcb466d0065 | 39997:2f80eaf38ed4 |
---|