GitWorkingTree.annotate_iter implementation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Medium
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
It would be very handy to be able use blame in git repos.
david_clymer@
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
show_
File "/usr/lib/
annotations = list(tree.
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
for key, line in annotator.
File "_annotator_
File "/usr/lib/
for text_key, text, num_lines in self._get_
File "/usr/lib/
keys, ann_keys = self._get_
File "/usr/lib/
next_
File "/usr/lib/
raise NotImplementedE
NotImplementedE
bzr 2.3.4 on python 2.6.6 (Linux-
arguments: ['/usr/bin/bzr', 'blame', 'README.txt']
plugins: bash_completion
launchpad[
svn[1.0.5dev]
encoding: 'ANSI_X3.4-1968', fsenc: 'ANSI_X3.4-1968', lang: 'C'
*** 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.
Changed in brz-git: | |
status: | New → Fix Released |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz-git: | |
milestone: | none → integration |
affects: | brz-git → brz |
Changed in brz: | |
milestone: | integration → none |
milestone: | none → 3.0.0 |
This is somewhat implemented when you run bzr 2.4 - GitText. get_parent_ map() is no longer necessary but only Repository. get_file_ graph() , which bzr-git implements.
However, it fails later in GitWorkingTree. annotate_ iter.