The comparecommits function is returning 404 for comparison of the commits post PR #1649 root cause being query escape .
Call to github without the change : repos/org/repo/compare/commit1...commit2
Call to github with the change : repos%2Forg%2Frepo%2Fcompare%2Fcommit1...commit2
The comparecommits function is returning 404 for comparison of the commits post PR #1649 root cause being query escape .
Call to github without the change : repos/org/repo/compare/commit1...commit2
Call to github with the change : repos%2Forg%2Frepo%2Fcompare%2Fcommit1...commit2