##// END OF EJS Templates
manifest: add docstring to text() method
Augie Fackler -
r22943:117e8187 default
parent child Browse files
Show More
@@ -42,6 +42,7 b' class manifestdict(dict):'
42 return dicthelpers.diff(self._flags, d2._flags, "")
42 return dicthelpers.diff(self._flags, d2._flags, "")
43
43
44 def text(self):
44 def text(self):
45 """Get the full data of this manifest as a bytestring."""
45 fl = sorted(self)
46 fl = sorted(self)
46 _checkforbidden(fl)
47 _checkforbidden(fl)
47
48
General Comments 0
You need to be logged in to leave comments. Login now