Submitter | Drew Gottlieb |
---|---|
Date | March 13, 2015, 11:35 p.m. |
Message ID | <ef68db445223246132b8.1426289735@waste.org> |
Download | mbox | patch |
Permalink | /patch/8074/ |
State | Accepted |
Commit | 149cc171e4a0621183cf72c1fa16b1ecf64ff48d |
Headers | show |
Comments
Patch
diff --git a/mercurial/manifest.py b/mercurial/manifest.py --- a/mercurial/manifest.py +++ b/mercurial/manifest.py @@ -155,6 +155,9 @@ def dirs(self): return self._dirs + def hasdir(self, dir): + return dir in self._dirs + def matches(self, match): '''generate a new manifest filtered by the match argument''' if match.always():