source: svnbot/trunk/svnbot-notify.py @ 1

Last change on this file since 1 was 1, checked in by simon, 19 years ago

Import of svnbot.

File size: 137 bytes
Line 
1#!/usr/bin/env python
2import xmlrpclib, sys
3s = xmlrpclib.Server('http://localhost:7080/')
4s.showCommitSummary(sys.argv[1], sys.argv[2])
Note: See TracBrowser for help on using the repository browser.