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:
parent
4b1c4238bc
commit
e0de194e11
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue