Mercurial > hg
changeset 43111:e5d535621ee1
infinitepush: mark extension as likely to be deleted
.. bc::
The infinitepush extension is believed to be unused, and will be
deleted at the end of 2020 unless users contact
mercurial-devel@mercurial-scm.org.
Differential Revision: https://phab.mercurial-scm.org/D7022
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 08 Oct 2019 13:38:02 -0400 |
parents | 1fcf79e9943a |
children | 24a07347aa60 |
files | hgext/infinitepush/__init__.py |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/infinitepush/__init__.py Mon Oct 07 10:34:21 2019 -0400 +++ b/hgext/infinitepush/__init__.py Tue Oct 08 13:38:02 2019 -0400 @@ -6,6 +6,11 @@ # GNU General Public License version 2 or any later version. """ store some pushes in a remote blob store on the server (EXPERIMENTAL) +IMPORTANT: if you use this extension, please contact +mercurial-devel@mercurial-scm.org ASAP. This extension is believed to +be unused and barring learning of users of this functionality, we will +delete this code at the end of 2020. + [infinitepush] # Server-side and client-side option. Pattern of the infinitepush bookmark branchpattern = PATTERN