Skip to content

Commit

Permalink
Note in usage and the ticket number will be prefixed to the branch name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfredo Sánchez Vega committed Jan 4, 2017
1 parent 6a0a811 commit 0026ae3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion admin/pr_as_branch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ usage() {
if [ $# != 0 ]; then echo "$@"; echo ""; fi;

echo "${program}: usage:";
echo " ${program} <pull_request_number> <trac_ticket_number> <branch_name>";
echo " ${program} pull_request_number trac_ticket_number branch_name";
echo "";
echo "Note: branch_name should not include the ticket number prefix; that ";
echo "will be added automatically.";
echo "";
echo "${program} creates a branch in the Twisted GitHub repository from a";
echo "forked pull request. This is necessary in order to create a branch";
Expand Down

0 comments on commit 0026ae3

Please sign in to comment.