Mercurial > hg-stable
changeset 19694:ba4c01c34df9
commitablectx: move children from workingctx
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Wed, 14 Aug 2013 16:25:26 -0500 |
parents | 56ba14d4bc02 |
children | 6c52adcaba0e |
files | mercurial/context.py |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/context.py Wed Aug 14 16:25:17 2013 -0500 +++ b/mercurial/context.py Wed Aug 14 16:25:26 2013 -0500 @@ -1015,6 +1015,9 @@ def hidden(self): return False + def children(self): + return [] + class workingctx(commitablectx): """A workingctx object makes access to data related to the current working directory convenient. @@ -1041,9 +1044,6 @@ p = p[:-1] return [changectx(self._repo, x) for x in p] - def children(self): - return [] - def flags(self, path): if '_manifest' in self.__dict__: try: