# HG changeset patch # User Augie Fackler # Date 2019-10-08 17:38:02 # Node ID e5d535621ee15cd695ac0b5fc8236fc87c72713c # Parent 1fcf79e9943a17a2e7ae19954b2b5ad5972f8fff 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 diff --git a/hgext/infinitepush/__init__.py b/hgext/infinitepush/__init__.py --- a/hgext/infinitepush/__init__.py +++ b/hgext/infinitepush/__init__.py @@ -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