diff -r 88a17ccf0196 -r 475eae3497af mercurial/match.py --- a/mercurial/match.py Fri Jun 12 11:00:50 2015 -0700 +++ b/mercurial/match.py Wed May 27 13:23:35 2015 -0700 @@ -135,7 +135,6 @@ listsubrepos, root) if not _anypats(kindpats): self._excluderoots.update(_roots(kindpats)) - self._excluderoots.discard('.') matchfns.append(lambda f: not em(f)) if exact: if isinstance(patterns, list):