Mercurial > hg
diff mercurial/rcutil.py @ 32406:952017471f93
match: implement __repr__() and update users (API)
fsmonitor and debugignore currently access matcher fields that I would
consider implementation details, namely patternspat, includepat, and
excludepat. Let' instead implement __repr__() and have the few users
use that instead.
Marked (API) because the fields can now be None.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 22 May 2017 11:08:18 -0700 |
parents | d74b0cff94a9 |
children | 75979c8d4572 |