changeset 12012:bade7a9c5c07

revlog: fix docstring
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 21 Aug 2010 19:31:59 +0200
parents f38b0a3308b6
children 0a4b4e9ea046
files mercurial/revlog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: