This is an archive of the discontinued Mercurial Phabricator instance.

copies: separate added/removed files by newline instead of null
ClosedPublic

Authored by martinvonz on Jun 6 2019, 1:11 PM.

Details

Summary

This makes it more consistent with how we encode copies
(newline-separated lists of null-separated pairs). This perhaps makes
{extras} a little less readable (?) despite avoiding the escaping. I
don't know how I feel about this patch. I'm okay with it being queued
or dropped.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.