Submitter | phabricator |
---|---|
Date | Dec. 27, 2019, 12:29 a.m. |
Message ID | <differential-rev-PHID-DREV-kggbgkev2mliy7mb4ukr-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/44046/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -232,7 +232,7 @@ False """ assert os.path.isabs(root) - cwd = util.normpath(os.path.join(root, cwd)) + cwd = os.path.join(root, util.localpath(cwd)) normalize = _donormalize if icasefs: dirstate = ctx.repo().dirstate