Hi Folks, I'm currently running into the following issue when trying to view changes in a particular mercurial branch. No changes show up and no error message is visible in the UI. The server log dumps this out:
2020-02-04 15:47:22,688 - ERROR - - root - Cannot load commits from hgweb: Unexpected error fetching file from http://mercurial.XXXXXX.net/xxxxxx/xxxxx/json-log/?rev=ancestors(08d863d1ad70a60fcae7afe9394206fb2d2c0fac)+and+branch(XXXXX-12371 & XXXXX-10577): URL can't contain control characters. u'/xxxxxx/xxxxxx/json-log/?rev=ancestors(08d863d1ad70a60fcae7afe9394206fb2d2c0fac)+and+branch(XXXXX-12371 & XXXXX-10577)' (found at least u' ') Traceback (most recent call last): File "/opt/venv/local/lib/python2.7/site-packages/reviewboard/scmtools/hg.py", line 386, in get_commits contents = self.get_file_http(url, '', '', 'application/json') File "/opt/venv/local/lib/python2.7/site-packages/reviewboard/scmtools/core.py", line 1163, in get_file_ http raise SCMError(msg) I'm guessing it's having difficulty handling the branch name "XXXXX-12371 & XXXXX-10577"? Other branches don't seem to have this issue. ~Rob -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/1669d03e-058b-4b9b-b27f-d12ff7c128f4%40googlegroups.com.
