brz cat-revision fails on git repositories
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
brz: ERROR: AttributeError: 'LocalGitReposi
Traceback (most recent call last):
File "/home/
return the_callable(*args, **kwargs)
File "/home/
ret = run(*run_argv)
File "/home/
return self.run(
File "/home/
return self._operation
File "/home/
self.cleanups, self.func, *args, **kwargs)
File "/home/
result = func(*args, **kwargs)
File "/home/
result = func(*args, **kwargs)
File "/home/
revisions = b.repository.
AttributeError: 'LocalGitReposi
brz 3.0a2 on python 2.7.15 (Linux-
sid)
arguments: ['/home/
'-1']
plugins: bash_completion
commitfromn
email[unknown], fastimport[
loggerhead[
news_
stats[3.0a2], upload[3.0a2], weave_fmt[3.0a2]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_IE.UTF-8'
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Related branches
- Martin Packman: Approve
-
Diff: 37 lines (+11/-2)2 files modifiedbreezy/builtins.py (+2/-2)
breezy/git/tests/test_blackbox.py (+9/-0)
- Breezy developers: Pending requested
-
Diff: 37 lines (+11/-2)2 files modifiedbreezy/builtins.py (+2/-2)
breezy/git/tests/test_blackbox.py (+9/-0)
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |