comparison 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
comparison
equal deleted inserted replaced
45431:7a57ced7de87 45432:f52b0297acc8
221 fctx: a file context with the content we are trying to commit 221 fctx: a file context with the content we are trying to commit
222 manifest1: manifest of changeset first parent 222 manifest1: manifest of changeset first parent
223 manifest2: manifest of changeset second parent 223 manifest2: manifest of changeset second parent
224 linkrev: revision number of the changeset being created 224 linkrev: revision number of the changeset being created
225 tr: current transation 225 tr: current transation
226 individual: boolean, set to False to skip storing the copy data 226 includecopymeta: boolean, set to False to skip storing the copy data
227 (only used by the Google specific feature of using 227 (only used by the Google specific feature of using
228 changeset extra as copy source of truth). 228 changeset extra as copy source of truth).
229 229
230 output: (filenode, touched) 230 output: (filenode, touched)
231 231