# HG changeset patch # User Matt Harbison # Date 2021-01-22 04:21:45 # Node ID 86842c4accc155bed745d733212d3170c3bfe88b # Parent 4a58561ace0f55048910f153aa4561293b399368 doc: drop the `exp-` prefix from the `share-safe` requirement I can't tell if we should leave the experimental one around for historical documentation purposes, but I'm not sure if there's value to doing that. Differential Revision: https://phab.mercurial-scm.org/D9849 diff --git a/mercurial/helptext/internals/requirements.txt b/mercurial/helptext/internals/requirements.txt --- a/mercurial/helptext/internals/requirements.txt +++ b/mercurial/helptext/internals/requirements.txt @@ -156,8 +156,8 @@ Note that as of 5.5, only installations benefit from a speedup. The other installations will do the necessary work to keep the index up to date, but will suffer a slowdown. -exp-sharesafe -============= +share-safe +========== Represents that the repository can be shared safely. Requirements and config of the source repository will be shared.