mercurial/context.py
changeset 21664 151a992c3874
parent 21663 8d9449eaaeff
child 21665 d2743be1bb06
--- 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: