MCPcopy Create free account
hub / github.com/SOUI2/soui / svn_commit

Function svn_commit

third-part/jsoncpp/makerelease.py:101–104  ·  view source on GitHub ↗

Commit the sandbox, providing the specified comment.

(message)

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls 1

svn_commandFunction · 0.85

Tested by

no test coverage detected