From bbf69309c01f49b1aaf8a1003fa0412da37a263e Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 27 Jan 2012 13:02:11 -0800 Subject: [PATCH] Remove the "arc export" field from Differential revisions by default Summary: This is kind of confusing (you need to specify an export format) and not very useful now that "arc patch" has gotten pretty good. I'm leaving the field itself in case installs want to add it back or otherwise depend on it. Test Plan: Looked at a revision, wasn't told to export it. Reviewers: nh, btrahan, jungejason Reviewed By: nh CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1507 --- .../selector/default/DifferentialDefaultFieldSelector.php | 3 +-- .../differential/field/selector/default/__init__.php | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/applications/differential/field/selector/default/DifferentialDefaultFieldSelector.php b/src/applications/differential/field/selector/default/DifferentialDefaultFieldSelector.php index 87509f6b52..0ed30a678b 100644 --- a/src/applications/differential/field/selector/default/DifferentialDefaultFieldSelector.php +++ b/src/applications/differential/field/selector/default/DifferentialDefaultFieldSelector.php @@ -1,7 +1,7 @@