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:
parent
ab64ad1257
commit
a6b16bb894
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ final class DifferentialDiffCreateController extends DifferentialController {
|
||||||
$arcanist_link,
|
$arcanist_link,
|
||||||
phutil_tag('tt', array(), 'svn diff'),
|
phutil_tag('tt', array(), 'svn diff'),
|
||||||
phutil_tag('tt', array(), 'git diff'),
|
phutil_tag('tt', array(), 'git diff'),
|
||||||
phutil_tag('tt', array(), 'hg diff')))
|
phutil_tag('tt', array(), 'hg diff --git')))
|
||||||
->appendChild(
|
->appendChild(
|
||||||
id(new AphrontFormTextAreaControl())
|
id(new AphrontFormTextAreaControl())
|
||||||
->setLabel(pht('Raw Diff'))
|
->setLabel(pht('Raw Diff'))
|
||||||
|
|
Loading…
Reference in a new issue