Submitter | Pierre-Yves David |
---|---|
Date | July 24, 2020, 2:38 p.m. |
Message ID | <4eeff7ebf46eb591767c.1595601511@nodosa.octobus.net> |
Download | mbox | patch |
Permalink | /patch/46873/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/commit.py b/mercurial/commit.py --- a/mercurial/commit.py +++ b/mercurial/commit.py @@ -138,12 +138,12 @@ def commitctx(repo, ctx, error=False, or 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