Skip to content

Commit

Permalink
improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Dec 23, 2013
1 parent 876a808 commit 69fe9c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svn-merge-stop-on-copy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ Example:
${PROG} http://www.foo.com/project1/branches/feature1 /path/to/svn/direcotry
# merge branch http://www.foo.com/project1/branches/feature1 to svn direcotry /path/to/svn/direcotry
# will prompt comfirm for committing to target branch.
${PROG} http://www.foo.com/project1/branches/feature1 http://www.foo.com/project1/branches/feature2
# merge http://www.foo.com/project1/branches/feature1 to branch http://www.foo.com/project1/branches/feature2
# because http://www.foo.com/project1/branches/feature2 is remote url, will check out target branch to tmp direcotry,
# and prompt comfirm for committing to target branch.
# because http://www.foo.com/project1/branches/feature2 is remote url,
# will check out target branch to tmp direcotry, and prompt comfirm for committing to target branch.
EOF
exit $1
}
Expand Down

0 comments on commit 69fe9c4

Please sign in to comment.