Hi,
On Mon, Apr 8, 2013 at 5:33 AM, Sandor Bodo-Merle [off-list ref] wrote:
this have a regression when i try to clone the current bugzilla repository
(previous version was ok):
git clone bzr::http://bzr.mozilla.org/bugzilla/trunk bugzilla
Cloning into 'bugzilla'...
Traceback (most recent call last):sions:Finishing stream:Done
88662/886628662
File "/home/bms/bin/git-remote-bzr", line 745, in <module>
sys.exit(main(sys.argv))
File "/home/bms/bin/git-remote-bzr", line 734, in main
do_list(parser)
File "/home/bms/bin/git-remote-bzr", line 664, in do_list
history = parser.repo.revision_history()
AttributeError: 'BzrBranch7' object has no attribute 'revision_history'
I just pushed this fix:
https://github.com/felipec/git/commit/8161a8479dfb59dfac016e3cfa292e003e7585ce
I think it would do the trick.
--
Felipe Contreras