mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
arc cover doesn't support against_commit
Summary: Blame Rev: Test Plan: arc help cover Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1272
This commit is contained in:
parent
25ebebe0df
commit
736b0deaac
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class ArcanistCoverWorkflow extends ArcanistBaseWorkflow {
|
||||||
public function getCommandHelp() {
|
public function getCommandHelp() {
|
||||||
return phutil_console_format(<<<EOTEXT
|
return phutil_console_format(<<<EOTEXT
|
||||||
**cover**
|
**cover**
|
||||||
**cover** [__against_commit__] (git)
|
|
||||||
Supports: svn, git
|
Supports: svn, git
|
||||||
Cover your... professional reputation. Show blame for the lines you
|
Cover your... professional reputation. Show blame for the lines you
|
||||||
changed in your working copy. This will take a minute because blame
|
changed in your working copy. This will take a minute because blame
|
||||||
|
|
Loading…
Reference in a new issue