comparison mercurial/upgrade.py @ 32533:369c2d5eeea3

match: remove support for exact matching from main matcher class Exact matching is now handled by the exactmatcher class. We can safely remove _files from the __repr__() implementation, because even though the field is set, the patternspat field is enough for the representation to be unambiguous (which was not the case when the matcher could handle exact matches).
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 18 May 2017 23:39:39 -0700
parents bd872f64a8ba
children 8056481caa81
comparison
equal deleted inserted replaced
32532:a3583852861a 32533:369c2d5eeea3