changeset 31787:6bfea18df609

manifest: update comment to be about bytearray Looks like a leftover from 2a18e9e6ca43 (py3: use bytearray() instead of array('c', ...) constructions, 2017-03-12).
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 03 Apr 2017 08:45:24 -0700
parents 0e4f70f63aaa
children 417363736c11
files mercurial/manifest.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/manifest.py	Mon Apr 03 11:30:51 2017 -0700
+++ b/mercurial/manifest.py	Mon Apr 03 08:45:24 2017 -0700
@@ -591,7 +591,7 @@
             return self._lm.text()
 
     def fastdelta(self, base, changes):
-        """Given a base manifest text as an array.array and a list of changes
+        """Given a base manifest text as a bytearray and a list of changes
         relative to that text, compute a delta that can be used by revlog.
         """
         delta = []