Submitter | phabricator |
---|---|
Date | Feb. 11, 2019, 1:59 a.m. |
Message ID | <d25dbe443ae7de57dbf69498ae76812f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/38652/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/scmutil.py b/mercurial/scmutil.py --- a/mercurial/scmutil.py +++ b/mercurial/scmutil.py @@ -795,8 +795,6 @@ '''Return a matcher and the patterns that were used. The matcher will warn about bad matches, unless an alternate badfn callback is provided.''' - if pats == ("",): - pats = [] if opts is None: opts = {} if not globbed and default == 'relpath':