Updated get_branches_of_commit function to avoid sending out pagure exceptions whenever a commit with missing merge objects is viewed.
Fixes #3163.
I'm inclined to think it would be nice to have unit-tests for this :)
Pretty please pagure-ci rebuild
Builds appear to be failing due to errors on the CentOS CI site.
15:54:00 Downloading/unpacking pip from https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f 15:54:00 HTTP error 503 while getting https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f 15:54:00 Could not install requirement pip from https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f because of error HTTP Error 503: Backend is unhealthy
rebased onto 46abcf94e22a23b0c9c3b665a67c83e4a54bd259
Pull-Request has been merged by pingou
Updated get_branches_of_commit function to avoid sending out
pagure exceptions whenever a commit with missing merge objects
is viewed.
Fixes #3163.