git: Can't checkout with dulwich 0.9.5
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Fix Committed
|
Undecided
|
William Grant | ||
Breezy |
Fix Released
|
High
|
Jelmer Vernooij | ||
bzr-git (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I run Debian and dulwich version is 0.9.5, causing bzr-git to break:
ace@ANTEC /tmp % bzr checkout git://github.
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/
accelerator
File "/usr/lib/
checkout_
File "/usr/lib/
possible_
File "/home/
_override_
File "/home/
stop_revision, overwrite=
File "/home/
head, refs = self.fetch_
File "/home/
determine_
File "/home/
graph_walker = store.get_
AttributeError: 'BazaarObjectStore' object has no attribute 'get_graph_walker'
bzr 2.7.0dev1 on python 2.7.6 (Linux-
arguments: ['/usr/bin/bzr', 'checkout', 'git://
plugins: bash_completion
changelog_
git[0.6.12], grep[2.7.0dev1], launchpad[
netrc_
po_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.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.
ace@ANTEC /tmp %
Checkout works fine again with the fix:
ace@ANTEC /tmp % bzr checkout git://github.
OK
ace@ANTEC /tmp %
Related branches
Changed in bzr-git: | |
status: | New → Incomplete |
status: | Incomplete → Confirmed |
tags: | removed: patch |
Changed in bzr-git: | |
assignee: | nobody → William Grant (wgrant) |
status: | Confirmed → Fix Committed |
Changed in brz-git: | |
status: | New → Fix Released |
importance: | Undecided → High |
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 |
summary: |
- Can't checkout with dulwich 0.9.5 + git: Can't checkout with dulwich 0.9.5 |
Hello? Is there anybody reading this?