# HG changeset patch # User Pierre-Yves David # Date 1595537909 -7200 # Node ID 595307e141406b6c5058e29942be1b910b8eebbe # Parent ada51c1b691662b7108f1cef7e198a168554e1a9 commitctx: move `writechangesetcopy` business at the end a code section This code is to handle a specific subcase so we move it a the end. This allow to gather the rest of the "core" code closer to the related logic. diff -r ada51c1b6916 -r 595307e14140 mercurial/commit.py --- a/mercurial/commit.py Thu Jul 23 21:09:42 2020 +0200 +++ b/mercurial/commit.py Thu Jul 23 22:58:29 2020 +0200 @@ -138,12 +138,12 @@ touched.extend(removed) + files = touched + mn = _commit_manifest(tr, linkrev, ctx, mctx, files, added, drop) + if writechangesetcopy: filesremoved = removed - files = touched - mn = _commit_manifest(tr, linkrev, ctx, mctx, files, added, drop) - if not writefilecopymeta: # If writing only to changeset extras, use None to indicate that # no entry should be written. If writing to both, write an empty