Mercurial > hg
comparison mercurial/subrepo.py @ 32415:9695aca1a3a0
match: catch attempts to create case-insenstive exact matchers
Exact matchers are only created internally (as opposed to from user
input) based on a set of files that the caller collected before, so
they should always match the list exactly (i.e. case-sensitively).
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 22 May 2017 08:49:34 -0700 |
parents | 09fb3d3b1b3a |
children | f4cd4c49e302 |
comparison
equal
deleted
inserted
replaced
32414:7b7f55d56076 | 32415:9695aca1a3a0 |
---|