mercurial/hg.py
changeset 48528 75fc2537d93c
parent 48494 b74ee41addee
child 48569 f13fb742e1d8
--- 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,