1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 20:40:56 +01:00

Fixing usage message for "hg diff"

Summary: Phabricator doesn't accept raw hg diff, fixing usage message to
specify using git extended diff.

See: <https://github.com/facebook/phabricator/pull/444>

Reviewed by: epriestley
This commit is contained in:
Kelsey Fix 2013-11-19 16:52:35 -08:00 committed by epriestley
parent ab64ad1257
commit a6b16bb894

View file

@ -65,7 +65,7 @@ final class DifferentialDiffCreateController extends DifferentialController {
$arcanist_link,
phutil_tag('tt', array(), 'svn diff'),
phutil_tag('tt', array(), 'git diff'),
phutil_tag('tt', array(), 'hg diff')))
phutil_tag('tt', array(), 'hg diff --git')))
->appendChild(
id(new AphrontFormTextAreaControl())
->setLabel(pht('Raw Diff'))