1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-28 17:52:42 +01:00

Move this block into a more sensible branch.

Summary:

Test Plan:

Reviewers:

CC:
This commit is contained in:
epriestley 2011-02-16 18:49:45 -08:00
parent 4b1c4238bc
commit e0de194e11

View file

@ -124,11 +124,11 @@ EOTEXT
array($revision_id)); array($revision_id));
$mark_workflow->run(); $mark_workflow->run();
} }
}
echo phutil_console_wrap( echo phutil_console_wrap(
"You may now push this commit upstream, as appropriate (e.g. with ". "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"); "'git push', or 'git svn dcommit', or by printing and faxing it).\n");
}
return 0; return 0;
} }