mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-29 02:02:40 +01:00
Don't try to mark committed when running "arc amend --show".
This commit is contained in:
parent
f938293ea8
commit
16db51bc3c
1 changed files with 12 additions and 12 deletions
|
@ -107,7 +107,6 @@ EOTEXT
|
||||||
} else {
|
} else {
|
||||||
$repository_api->amendGitHeadCommit($message);
|
$repository_api->amendGitHeadCommit($message);
|
||||||
echo "Amended commit message.\n";
|
echo "Amended commit message.\n";
|
||||||
}
|
|
||||||
|
|
||||||
$working_copy = $this->getWorkingCopy();
|
$working_copy = $this->getWorkingCopy();
|
||||||
$remote_hooks = $working_copy->getConfig('remote_hooks_installed', false);
|
$remote_hooks = $working_copy->getConfig('remote_hooks_installed', false);
|
||||||
|
@ -121,6 +120,7 @@ EOTEXT
|
||||||
array($revision_id));
|
array($revision_id));
|
||||||
$mark_workflow->run();
|
$mark_workflow->run();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue