# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 1599122680 -19800 # Node ID f52b0297acc8dc09ea65a2152132e12bfb75ea88 # Parent 7a57ced7de87e59688693f922598b89599e62614 commit: fix a wrong argument name in documentation Differential Revision: https://phab.mercurial-scm.org/D8985 diff -r 7a57ced7de87 -r f52b0297acc8 mercurial/commit.py --- 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).