mercurial/commit.py
changeset 45432 f52b0297acc8
parent 45382 0652a533fe3c
child 45443 037e88d453fa
--- 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).