changeset 21664:151a992c3874

committablectx: fix _manifest doc string
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 29 Apr 2014 16:49:27 -0500
parents 8d9449eaaeff
children d2743be1bb06
files mercurial/context.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: