@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Kelsey Fix and committed by
epriestley
a6b16bb8 ab64ad12

+1 -1
+1 -1
src/applications/differential/controller/DifferentialDiffCreateController.php
··· 65 65 $arcanist_link, 66 66 phutil_tag('tt', array(), 'svn diff'), 67 67 phutil_tag('tt', array(), 'git diff'), 68 - phutil_tag('tt', array(), 'hg diff'))) 68 + phutil_tag('tt', array(), 'hg diff --git'))) 69 69 ->appendChild( 70 70 id(new AphrontFormTextAreaControl()) 71 71 ->setLabel(pht('Raw Diff'))