From e0de194e11ba47eca5e2a776296b77d642c1ef2f Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 16 Feb 2011 18:49:45 -0800 Subject: [PATCH] Move this block into a more sensible branch. Summary: Test Plan: Reviewers: CC: --- src/workflow/amend/ArcanistAmendWorkflow.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/workflow/amend/ArcanistAmendWorkflow.php b/src/workflow/amend/ArcanistAmendWorkflow.php index a41f3b46..4c14013f 100644 --- a/src/workflow/amend/ArcanistAmendWorkflow.php +++ b/src/workflow/amend/ArcanistAmendWorkflow.php @@ -124,11 +124,11 @@ EOTEXT array($revision_id)); $mark_workflow->run(); } - } - echo phutil_console_wrap( - "You may now push this commit upstream, as appropriate (e.g. with ". - "'git push', or 'git svn dcommit', or by printing and faxing it).\n"); + echo phutil_console_wrap( + "You may now push this commit upstream, as appropriate (e.g. with ". + "'git push', or 'git svn dcommit', or by printing and faxing it).\n"); + } return 0; }