Merge "scm: handle "bitbucketweb" browser for mercurial"

This commit is contained in:
Jenkins 2017-03-28 22:41:02 +00:00 committed by Gerrit Code Review
commit d39a3568d3
1 changed files with 2 additions and 1 deletions

View File

@ -1092,7 +1092,8 @@ def hg(self, xml_parent, data):
browser = data.get('browser', 'auto')
browserdict = {
'auto': '',
'bitbucket': 'BitBucket',
'bitbucket': 'BitBucket', # deprecated
'bitbucketweb': 'BitBucket',
'fisheye': 'FishEye',
'googlecode': 'GoogleCode',
'hgweb': 'HgWeb',