##// END OF EJS Templates
committablectx: fix _manifest doc string
Sean Farley -
r21664:151a992c default
parent child Browse files
Show More
@@ -1015,7 +1015,7 b' class committablectx(basectx):'
1015
1015
1016 @propertycache
1016 @propertycache
1017 def _manifest(self):
1017 def _manifest(self):
1018 """generate a manifest corresponding to the working directory"""
1018 """generate a manifest corresponding to the values in self._status"""
1019
1019
1020 man = self._parents[0].manifest().copy()
1020 man = self._parents[0].manifest().copy()
1021 if len(self._parents) > 1:
1021 if len(self._parents) > 1:
General Comments 0
You need to be logged in to leave comments. Login now