Comment #1 on issue 2556 by [email protected]: rUNKNOWN error: ssh based
mercurial repositories
http://code.google.com/p/reviewboard/issues/detail?id=2556
I had this issue too, albeit with a locally-accessed Mercurial repo (not
SSH).
I fixed it by patching reviewboard/scmtools/hg.py as follows (this is
v1.6.10):
233c233
< if rev == HEAD:
---
if rev == HEAD or rev == UNKNOWN:
I'm not sure of how I submit an official patch but if the maintainers can
verify the above fix and include it in the next release that would be
great...
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.