source:
svnbot/trunk/svnbot-notify.py
@
3
Last change on this file since 3 was 1, checked in by simon, 19 years ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
1 | #!/usr/bin/env python |
2 | import xmlrpclib, sys |
3 | s = xmlrpclib.Server('http://localhost:7080/') |
4 | s.showCommitSummary(sys.argv[1], sys.argv[2]) |
Note: See TracBrowser
for help on using the repository browser.