Bug 1188931 - Fix hgsetup wizard. r=gps

This commit is contained in:
Brian Smith 2015-07-29 13:59:18 -04:00
parent c695a6bb45
commit 21ecced3b5

View File

@ -183,7 +183,7 @@ class MercurialConfig(object):
def get_bugzilla_credentials(self):
if 'bugzilla' not in self._c:
return None, None
return None, None, None, None
b = self._c['bugzilla']
return (