Commit the sandbox, providing the specified comment.
(message)
| 99 | return True |
| 100 | |
| 101 | def svn_commit(message): |
| 102 | """Commit the sandbox, providing the specified comment. |
| 103 | """ |
| 104 | svn_command('ci', '-m', message) |
| 105 | |
| 106 | def svn_tag_sandbox(tag_url, message): |
| 107 | """Makes a tag based on the sandbox revisions. |