Submitter | phabricator |
---|---|
Date | May 22, 2019, 11:41 p.m. |
Message ID | <7b0350686472339d76b062552b33ada5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40201/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/match.py b/mercurial/match.py --- a/mercurial/match.py +++ b/mercurial/match.py @@ -586,7 +586,6 @@ # yields (dirname, basename) tuples, walking back to the root. This is # very similar to util.finddirs, except: # - produces a (dirname, basename) tuple, not just 'dirname' - # - includes root dir # Unlike manifest._splittopdir, this does not suffix `dirname` with a # slash. oldpos = len(path)