mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 23:01:04 +01:00
Fix arc diff --verbatim
This commit is contained in:
parent
47a823ac6d
commit
4d28d91d98
1 changed files with 3 additions and 1 deletions
|
@ -1855,7 +1855,9 @@ EOTEXT
|
||||||
$local = $repository_api->getLocalCommitInformation();
|
$local = $repository_api->getLocalCommitInformation();
|
||||||
if ($local) {
|
if ($local) {
|
||||||
$result = $this->parseCommitMessagesIntoFields($local);
|
$result = $this->parseCommitMessagesIntoFields($local);
|
||||||
unset($result[0]['revisionID']);
|
if ($this->getArgument('create')) {
|
||||||
|
unset($result[0]['revisionID']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$result[0] = $this->dispatchWillBuildEvent($result[0]);
|
$result[0] = $this->dispatchWillBuildEvent($result[0]);
|
||||||
|
|
Loading…
Reference in a new issue