diff -r bf5dc156bb4c -r 75fc2537d93c mercurial/hg.py --- a/mercurial/hg.py Thu Dec 23 14:47:33 2021 +0100 +++ b/mercurial/hg.py Thu Dec 23 14:47:52 2021 +0100 @@ -131,13 +131,6 @@ return revs, revs[0] -def parseurl(path, branches=None): - '''parse url#branch, returning (url, (branch, branches))''' - msg = b'parseurl(...) moved to mercurial.utils.urlutil' - util.nouideprecwarn(msg, b'6.0', stacklevel=2) - return urlutil.parseurl(path, branches=branches) - - schemes = { b'bundle': bundlerepo, b'union': unionrepo,