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