diff -r 8d9449eaaeff -r 151a992c3874 mercurial/context.py --- a/mercurial/context.py Thu May 29 16:09:16 2014 -0500 +++ b/mercurial/context.py Tue Apr 29 16:49:27 2014 -0500 @@ -1015,7 +1015,7 @@ @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: