comparison hgext/bugzilla.py @ 16226:674ecd23c42c stable

bugzilla: correct comment typo
author Jim Hague <jim.hague@acm.org>
date Thu, 01 Mar 2012 14:42:23 +0000
parents b468cea3f29d
children 7855c522a9cb
comparison
equal deleted inserted replaced
16225:7cf8de5a82d8 16226:674ecd23c42c
298 class bzmysql(bzaccess): 298 class bzmysql(bzaccess):
299 '''Support for direct MySQL access to Bugzilla. 299 '''Support for direct MySQL access to Bugzilla.
300 300
301 The earliest Bugzilla version this is tested with is version 2.16. 301 The earliest Bugzilla version this is tested with is version 2.16.
302 302
303 If your Bugzilla is version 3.2 or above, you are strongly 303 If your Bugzilla is version 3.4 or above, you are strongly
304 recommended to use the XMLRPC access method instead. 304 recommended to use the XMLRPC access method instead.
305 ''' 305 '''
306 306
307 @staticmethod 307 @staticmethod
308 def sql_buglist(ids): 308 def sql_buglist(ids):