Mercurial > hg
changeset 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 | 7a57ced7de87 |
children | 324ad3e7ef41 |
files | mercurial/commit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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).