What version are you running?
ReviewBoard 1.0.5.1
Bazaar 1.3.1
What's the URL of the page containing the problem?
What steps will reproduce the problem?
1. Install ReviewBoard on a system that only has bzr-1.3.1 available (e.g.
RHEL5/CentOS5)
2. Attempt to submit patches against the repo configured with ReviewBoard
What is the expected output? What do you see instead?
The expected output is that a review request is created. In actuality, the
message "'RevisionSpec_date' object has no attribute 'as_tree'" is reported.
What operating system are you using? What browser?
Red Hat Enterprise Linux 5.4
Browser is irrelevant.
Please provide any additional information below.
The problem is that scmtools/bzr.py is relying on the "as_tree" feature of
the Bazaar API, but this functionality is not available on Bazaar 1.3.1.
Further information:
We are attempting to set up a ReviewBoard system for use in the Fedora
Hosted infrastructure, which provides a mixture of git, svn, bazaar and
mercurial repositories. It would be nice to be able to support bazaar. This
infrastructure runs on RHEL for paid support, so updating bzr versions is
not an option (unless Red Hat decides to do so).