From patchwork Tue Mar 20 10:15:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: obsolete: add a note that explains creating aliases for marker flags From: Anton Shestakov X-Patchwork-Id: 29673 Message-Id: <6ee52d3b6bd4b86a6879.1521540959@neuro> To: mercurial-devel@mercurial-scm.org Date: Tue, 20 Mar 2018 18:15:59 +0800 # HG changeset patch # User Anton Shestakov # Date 1521526325 -28800 # Tue Mar 20 14:12:05 2018 +0800 # Node ID 6ee52d3b6bd4b86a68799cc969035cd0fd77ffe5 # Parent e349ad5cbb7195607a300439a12a5316795125f8 obsolete: add a note that explains creating aliases for marker flags diff --git a/mercurial/obsolete.py b/mercurial/obsolete.py --- a/mercurial/obsolete.py +++ b/mercurial/obsolete.py @@ -148,6 +148,8 @@ def isenabled(repo, option): return _getoptionvalue(repo, option) +# Creating aliases for marker flags because evolve extension looks for +# bumpedfix in obsolete.py bumpedfix = obsutil.bumpedfix usingsha256 = obsutil.usingsha256