mercurial/scmutil.py
changeset 48460 c51408b92b88
parent 48368 8c4881c07f57
child 48687 f8f2ecdde4b5
--- a/mercurial/scmutil.py	Sun Nov 07 16:25:42 2021 -0500
+++ b/mercurial/scmutil.py	Tue Dec 07 15:48:22 2021 -0800
@@ -2197,6 +2197,9 @@
 
     returns a repo object with the required changesets unhidden
     """
+    if not specs:
+        return repo
+
     if not repo.filtername or not repo.ui.configbool(
         b'experimental', b'directaccess'
     ):