# HG changeset patch # User Sean Farley # Date 2014-04-29 21:49:27 # Node ID 151a992c387426154f2f2292f31e6eb7fa8650dc # Parent 8d9449eaaeff6dabf94875bbf0855b903bd16012 committablectx: fix _manifest doc string diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -1015,7 +1015,7 @@ class committablectx(basectx): @propertycache def _manifest(self): - """generate a manifest corresponding to the working directory""" + """generate a manifest corresponding to the values in self._status""" man = self._parents[0].manifest().copy() if len(self._parents) > 1: