1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 05:12:41 +01:00

Hide "Land to hosted git" button for now

Summary: Ref T182. This feature rarely/never works and is on the balance enormously confusing to users (see <https://github.com/facebook/phabricator/issues/566>). If installs have somehow made it sort of work, they can comment this line out for now until we have time to make this work more reasonably.

Test Plan: Looked at a revision in Differential.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T182

Differential Revision: https://secure.phabricator.com/D8719
This commit is contained in:
epriestley 2014-04-08 08:05:28 -07:00
parent 88dc1cf3f6
commit e8e62f82ce

View file

@ -123,6 +123,11 @@ final class DifferentialLandingToHostedGit
return;
}
// TODO: This temporarily disables this action, because it doesn't work
// and is confusing to users. If you want to use it, comment out this line
// for now and we'll provide real support evnetually.
return;
return $this->createActionView(
$revision,
pht('Land to Hosted Repository'));