mercurial/revlog.py
changeset 12012 bade7a9c5c07
parent 12011 f38b0a3308b6
child 12023 44c22dc193a4
--- a/mercurial/revlog.py	Sat Aug 21 19:30:42 2010 +0200
+++ b/mercurial/revlog.py	Sat Aug 21 19:31:59 2010 +0200
@@ -1135,7 +1135,7 @@
         transaction - the transaction object used for rollback
         link - the linkrev data to add
         p1, p2 - the parent nodeids of the revision
-        d - an optional precomputed delta
+        cachedelta - an optional precomputed delta
         """
         dfh = None
         if not self._inline: