Submitter | phabricator |
---|---|
Date | Dec. 7, 2021, 11:57 p.m. |
Message ID | <differential-rev-PHID-DREV-uv5zambzpswyrtvclh7e-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50210/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -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' ):