Submitter | Drew Gottlieb |
---|---|
Date | March 13, 2015, 11:35 p.m. |
Message ID | <e6322f7d1ebdd7f67d06.1426289736@waste.org> |
Download | mbox | patch |
Permalink | /patch/8075/ |
State | Accepted |
Commit | 79d9c51488ca2fb11384331f48de1986ee89a87b |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -269,6 +269,8 @@ def dirs(self): return self._manifest.dirs() + def hasdir(self, dir): + return self._manifest.hasdir(dir) def dirty(self, missing=False, merge=True, branch=True): return False