Mercurial > public > mercurial-scm > hg-stable
diff mercurial/context.py @ 4417:0912d8df5e19
Merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 08 May 2007 11:42:48 -0500 |
parents | dbc3846c09a1 b6146466b92a |
children | 63b9d2deed48 |
line wrap: on
line diff
--- a/mercurial/context.py Sat May 05 15:56:49 2007 +0900 +++ b/mercurial/context.py Tue May 08 11:42:48 2007 -0500 @@ -448,7 +448,7 @@ def __getattr__(self, name): if name == '_changectx': - self._changectx = workingctx(repo) + self._changectx = workingctx(self._repo) return self._changectx elif name == '_repopath': self._repopath = (self._repo.dirstate.copied(self._path)