[Differential] [Closed] D83: match: make base matcher return True for visitdir
durham (Durham Goode)
phabricator at mercurial-scm.org
Sat Jul 15 03:46:34 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGcf15c3cc304c: match: make base matcher return True for visitdir (authored by durham).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D83?vs=149&id=175
REVISION DETAIL
https://phab.mercurial-scm.org/D83
AFFECTED FILES
mercurial/match.py
CHANGE DETAILS
Index: mercurial/match.py
===================================================================
--- mercurial/match.py
+++ mercurial/match.py
@@ -305,7 +305,7 @@
This function's behavior is undefined if it has returned False for
one of the dir's parent directories.
'''
- return False
+ return True
def always(self):
'''Matcher will match everything and .files() will be empty --
EMAIL PREFERENCES
https://phab.mercurial-scm.org/settings/panel/emailpreferences/
To: durham, #hg-reviewers, martinvonz
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list