Skip to content

Commit

Permalink
(T1889) arc cover supports Mercurial too
Browse files Browse the repository at this point in the history
Summary: improving documentation: add cover supports Mercurial

Test Plan: ./bin/arc help cover

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Maniphest Tasks: T1889

Differential Revision: https://secure.phabricator.com/D3683
  • Loading branch information
dereckson authored and epriestley committed Oct 12, 2012
1 parent 5725585 commit 646b37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow/ArcanistCoverWorkflow.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function getCommandSynopses() {


public function getCommandHelp() { public function getCommandHelp() {
return phutil_console_format(<<<EOTEXT return phutil_console_format(<<<EOTEXT
Supports: svn, git Supports: svn, git, hg
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 (svn) or since some commit (hg, git). changed in your working copy (svn) or since some commit (hg, git).
This will take a minute because blame takes a minute, especially under This will take a minute because blame takes a minute, especially under
Expand Down

0 comments on commit 646b37a

Please sign in to comment.