diff mercurial/commit.py @ 45432:f52b0297acc8

commit: fix a wrong argument name in documentation Differential Revision: https://phab.mercurial-scm.org/D8985
author Pulkit Goyal <7895pulkit@gmail.com>
date Thu, 03 Sep 2020 14:14:40 +0530
parents 0652a533fe3c
children 037e88d453fa
line wrap: on
line diff
--- a/mercurial/commit.py	Thu Sep 10 17:03:38 2020 +0530
+++ b/mercurial/commit.py	Thu Sep 03 14:14:40 2020 +0530
@@ -223,7 +223,7 @@
         manifest2:  manifest of changeset second parent
         linkrev:    revision number of the changeset being created
         tr:         current transation
-        individual: boolean, set to False to skip storing the copy data
+        includecopymeta: boolean, set to False to skip storing the copy data
                     (only used by the Google specific feature of using
                     changeset extra as copy source of truth).