Mercurial > public > mercurial-scm > hg
diff mercurial/revlog.py @ 47086:8bd769b5c941
sidedata: move documentation about sidedata helpers to sidedata module
Differential Revision: https://phab.mercurial-scm.org/D10361
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Mon, 19 Apr 2021 11:22:24 +0200 |
parents | 3aab2330b7d3 |
children | 5e5fad5166e6 |
line wrap: on
line diff
--- a/mercurial/revlog.py Mon Apr 19 11:22:24 2021 +0200 +++ b/mercurial/revlog.py Mon Apr 19 11:22:24 2021 +0200 @@ -2702,7 +2702,8 @@ argument controls whether to force compute deltas against both parents for merges. By default, the current default is used. - See `storageutil.emitrevisions` for the doc on `sidedata_helpers`. + See `revlogutil.sidedata.get_sidedata_helpers` for the doc on + `sidedata_helpers`. """ if deltareuse not in self.DELTAREUSEALL: raise ValueError(