def projectCommitChanges( commitMsg, keepLocks ):
	"""This function commits the changes to the locked chunks in the project to the repository."""
	WorldEditor.projectCommit( commitMsg, keepLocks )
Beispiel #2
0
def projectCommitChanges(commitMsg, keepLocks):
    """This function commits the changes to the locked chunks in the project to the repository."""
    WorldEditor.projectCommit(commitMsg, keepLocks)