D667: changegroup: delete getlocalchangegroup
durham (Durham Goode)
phabricator at mercurial-scm.org
Mon Sep 11 22:27:41 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG6097a616178d: changegroup: delete getlocalchangegroup (authored by durham).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D667?vs=1694&id=1736
REVISION DETAIL
https://phab.mercurial-scm.org/D667
AFFECTED FILES
mercurial/changegroup.py
CHANGE DETAILS
diff --git a/mercurial/changegroup.py b/mercurial/changegroup.py
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -951,11 +951,6 @@
return makechangegroup(repo, outgoing, version, source,
bundlecaps=bundlecaps)
-def getlocalchangegroup(repo, *args, **kwargs):
- repo.ui.deprecwarn('getlocalchangegroup is deprecated, use getchangegroup',
- '4.3')
- return getchangegroup(repo, *args, **kwargs)
-
def changegroup(repo, basenodes, source):
# to avoid a race we use changegroupsubset() (issue1320)
outgoing = discovery.outgoing(repo, missingroots=basenodes,
To: durham, #hg-reviewers, indygreg
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list