# HG changeset patch # User Jim Hague # Date 2012-03-01 14:42:23 # Node ID 674ecd23c42c76a794412e50e6cba64449243b86 # Parent 7cf8de5a82d8e2d38c8ec0b4a46edf93c990f82f bugzilla: correct comment typo diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py --- a/hgext/bugzilla.py +++ b/hgext/bugzilla.py @@ -300,7 +300,7 @@ class bzmysql(bzaccess): The earliest Bugzilla version this is tested with is version 2.16. - If your Bugzilla is version 3.2 or above, you are strongly + If your Bugzilla is version 3.4 or above, you are strongly recommended to use the XMLRPC access method instead. '''