Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-07-04 Thread reviewboard
Updates: Status: Fixed Comment #10 on issue 2555 by trowb...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 Fixed in commit 514cbe4. This will go out with the next 1.6.x release.

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-06-27 Thread reviewboard
Comment #9 on issue 2555 by jon.bark...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 You may also need to remove the hg.pyc file to get it to read the changed file. -- You received

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-05-09 Thread reviewboard
Comment #7 on issue 2555 by mailsw...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 In which file? Which line number? -- You received this message because you are subscribed to the

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-04-08 Thread reviewboard
Comment #5 on issue 2555 by trowb...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 Issue 2567 has been merged into this issue. -- You received this message because you are subscribed to

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-03-28 Thread reviewboard
Comment #1 on issue 2555 by mailsw...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 In hg.py, the offending function is: class HgWebClient(SCMClient): FULL_FILE_URL =

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-03-28 Thread reviewboard
Comment #2 on issue 2555 by mailsw...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 Logs: 2012-03-28 16:15:13,708 - DEBUG - Initialized HgWebClient with

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-03-28 Thread reviewboard
Comment #3 on issue 2555 by mailsw...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 When fetching the file, the https was replaced with http, resulting in the error. -- You received

Re: Issue 2555 in reviewboard: On a https Mercurial URL, a diff on a file that currently exists throws an error

2012-03-28 Thread reviewboard
Comment #4 on issue 2555 by mailsw...@gmail.com: On a https Mercurial URL, a diff on a file that currently exists throws an error http://code.google.com/p/reviewboard/issues/detail?id=2555 Logs: 2012-03-28 16:41:44,497 - DEBUG - Initialized HgWebClient with