File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- For 0.6 :
1+ For 0.7 :
22- make Bugzilla methods all take a bug ID list
33 - BZ 3 methods all take idlist
44 - RHBZ can use multicall to emulate that
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import pprint
2020import socket
2121import xmlrpclib
2222
23- version = '0.6.0 '
23+ version = '0.6.1 '
2424default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
2525
2626# Initial simple logging stuff
Original file line number Diff line number Diff line change 1- .TH bugzilla 1 "April 02 , 2010" "version 0.6.0 " "User Commands"
1+ .TH bugzilla 1 "April 16 , 2010" "version 0.6.1 " "User Commands"
22.SH NAME
33bugzilla \- command-line interface to Bugzilla over XML-RPC
44.SH SYNOPSIS
@@ -27,7 +27,7 @@ show this help message and exit
2727.IP " --bugzilla=BUGZILLA"
2828bugzilla XMLRPC URI. default: https://bugzilla.redhat.com/xmlrpc.cgi
2929.IP " --bztype=BZTYPE"
30- Bugzilla type. Autodetected if not set. Available types: Bugzilla3 Bugzilla32 RHBugzilla3
30+ Bugzilla type. Autodetected if not set. Available types: Bugzilla3 Bugzilla32 Bugzilla34 Bugzilla36 RHBugzilla3 NovellBugzilla
3131.IP " --user=USER"
3232username
3333.IP " --password=PASSWORD"
Original file line number Diff line number Diff line change 2222
2323log = logging .getLogger ('bugzilla' )
2424
25- version = '0.6.0 '
25+ version = '0.6.1 '
2626user_agent = 'Python-urllib2/%s bugzilla.py/%s' % \
2727 (urllib2 .__version__ ,version )
2828
You can’t perform that action at this time.
0 commit comments