Mercurial > hg
view tests/phabricator/phabread-conduit-error.json @ 42861:57ea0a81a65c
copies: remove existing copy info from the changeset on amend (BC)
When amending a changeset with copy information in the changeset and
the new changeset doesn't have any copy information (or similar for
"filesadded" and "filesremoved"), we shouldn't keep it.
A drawback of this is that we now unconditionally remove these four
entries from the extras, breaking any extensions that happened to
write entries with the same names (which seems very unlikely).
I think I'd heard that there was list of blacklisted keys that would
be removed from the extras when a commit is rewritten, but I couldn't
find that. It would make sense to add the keys mentioned above there
instead of the custom filtering I've added in this patch.
Differential Revision: https://phab.mercurial-scm.org/D6752
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 16 Jul 2019 21:15:39 -0700 |
parents | a641fd1a1196 |
children |
line wrap: on
line source
{ "interactions": [ { "response": { "body": { "string": "{\"result\":null,\"error_code\":\"ERR-INVALID-AUTH\",\"error_info\":\"API token \\\"cli-notavalidtoken\\\" has the wrong length. API tokens should be 32 characters long.\"}" }, "headers": { "expires": [ "Sat, 01 Jan 2000 00:00:00 GMT" ], "x-content-type-options": [ "nosniff" ], "set-cookie": [ "phsid=A%2F6jvmizfvgaa6bkls264secsim5nlgid4vj55jpe6; expires=Thu, 14-Sep-2023 04:38:21 GMT; Max-Age=157680000; path=/; domain=phab.mercurial-scm.org; secure; httponly" ], "x-xss-protection": [ "1; mode=block" ], "content-type": [ "application/json" ], "cache-control": [ "no-store" ], "date": [ "Sat, 15 Sep 2018 04:38:21 GMT" ], "strict-transport-security": [ "max-age=0; includeSubdomains; preload" ], "server": [ "Apache/2.4.10 (Debian)" ], "x-frame-options": [ "Deny" ] }, "status": { "message": "OK", "code": 200 } }, "request": { "body": "api.token=cli-notavalidtoken&ids%5B0%5D=4480", "headers": { "content-type": [ "application/x-www-form-urlencoded" ], "content-length": [ "44" ], "user-agent": [ "mercurial/proto-1.0 (Mercurial 4.7.1+861-aa7e312375cf)" ], "accept": [ "application/mercurial-0.1" ], "host": [ "phab.mercurial-scm.org" ] }, "method": "POST", "uri": "https://phab.mercurial-scm.org//api/differential.query" } } ], "version": 1 }