mercurial/match.py
changeset 25575 475eae3497af
parent 25464 504a1f295677
child 25576 d02f4b3e71f5
--- 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):