#!/usr/bin/env python import xmlrpclib, sys s = xmlrpclib.Server('http://localhost:7080/') s.showCommitSummary(sys.argv[1], sys.argv[2])