mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +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();
|
||||
if ($local) {
|
||||
$result = $this->parseCommitMessagesIntoFields($local);
|
||||
unset($result[0]['revisionID']);
|
||||
if ($this->getArgument('create')) {
|
||||
unset($result[0]['revisionID']);
|
||||
}
|
||||
}
|
||||
|
||||
$result[0] = $this->dispatchWillBuildEvent($result[0]);
|
||||
|
|
Loading…
Reference in a new issue