mercurial/scmutil.py
changeset 44810 62435a5b46fe
parent 44548 fdc802f29b2c
child 44858 5d8ae9248a70
--- a/mercurial/scmutil.py	Fri May 08 08:55:35 2020 -0700
+++ b/mercurial/scmutil.py	Mon May 11 09:07:31 2020 -0700
@@ -456,9 +456,7 @@
 
 
 def resolvehexnodeidprefix(repo, prefix):
-    if prefix.startswith(b'x') and repo.ui.configbool(
-        b'experimental', b'revisions.prefixhexnode'
-    ):
+    if prefix.startswith(b'x'):
         prefix = prefix[1:]
     try:
         # Uses unfiltered repo because it's faster when prefix is ambiguous/