Submitter | phabricator |
---|---|
Date | May 12, 2019, 2:56 a.m. |
Message ID | <differential-rev-PHID-DREV-yq3nlshy2s4pvkuloh5s-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40012/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -278,8 +278,8 @@ force = opts.get('force') if not force: vdirs = [] + match = matchmod.badmatch(match, fail) match.explicitdir = vdirs.append - match.bad = fail status = repo.status(match=match)