[Request] [- ] D11952: discovery: remove deprecated API
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Thu Dec 23 21:12:41 UTC 2021
Alphare created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11952
AFFECTED FILES
mercurial/discovery.py
CHANGE DETAILS
diff --git a/mercurial/discovery.py b/mercurial/discovery.py
--- a/mercurial/discovery.py
+++ b/mercurial/discovery.py
@@ -141,17 +141,6 @@
self._computecommonmissing()
return self._missing
- @property
- def missingheads(self):
- util.nouideprecwarn(
- b'outgoing.missingheads never contained what the name suggests and '
- b'was renamed to outgoing.ancestorsof. check your code for '
- b'correctness.',
- b'5.5',
- stacklevel=2,
- )
- return self.ancestorsof
-
def findcommonoutgoing(
repo, other, onlyheads=None, force=False, commoninc=None, portable=False
To: Alphare, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20211223/f740c27d/attachment.html>
More information about the Mercurial-patches
mailing list