git: Breaks pushing rename from subdirectory to root
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Git Plugin |
Triaged
|
Low
|
Unassigned | ||
Breezy |
Fix Released
|
Medium
|
Unassigned |
Bug Description
affects bzr-git
status triaged
importance low
bzr-git breaks pushing subvertpy into git:
gwenhwyvar:
--no-rebase ../subvertpy.git
bzr: ERROR: exceptions.
aaf7612cf9ef2cb
c6db75d0696219c
Traceback (most recent call last):
File "/home/
exception_
return the_callable(*args, **kwargs)
File "/home/
run_bzr
ret = run(*run_argv)
File "/home/
run_argv_aliases
return self.run(
File "/home/
run
return self._operation
File "/home/
run_simple
self.cleanups, self.func, *args, **kwargs)
File "/home/
_do_with_cleanups
result = func(*args, **kwargs)
File "/home/
run
push_result = source_
File "/home/
lossy_push
return lossy_push(
File "/home/
lossy_push
update_refs)
File "/home/
dfetch_refs
revidmap, gitidmap = self.dfetch(
File "/home/
todo, roundtrip=False):
File "/home/
import_revisions
git_commit = self.import_
File "/home/
import_revision
roundtrip):
File "/home/
_revision_
root_tree = self[self[
File "/home/
__getitem__
unusual_modes, expected_sha=sha)
File "/home/
_reconstruct_tree
_check_
File "/home/
_check_expected_sha
expected_sha))
AssertionError: Invalid sha for <Tree
aaf7612cf9ef2cb
c6db75d0696219c
Changed in brz-git: | |
status: | New → Triaged |
importance: | Undecided → Low |
summary: |
- Breaks pushing rename from subdirectory to root + git: Breaks pushing rename from subdirectory to root |
affects: | brz-git → brz |
Changed in brz: | |
importance: | Low → Medium |
tags: | added: git |
Changed in brz: | |
status: | Triaged → Fix Released |