Resolved! Add a commit comment from python code
Hello,I'm wondering how can I add a comment to a commit launched from python code using MAAPI API.I found that there is a function called int maapi_set_comment(int sock, int thandle, const char *comment)but I didn't figure out how can I use it.Thanks...