"bzr mv" broken for git trees
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Critical
|
Jelmer Vernooij |
Bug Description
% bzr mv AUTHORS AUTHORS.md
brz: ERROR: AttributeError: 'GitWorkingTree' object has no attribute 'get_canonical_
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/
self._run(tree, names_list, rel_names, after)
File "/home/
src = tree.get_
AttributeError: 'GitWorkingTree' object has no attribute 'get_canonical_
brz 3.0.0dev1 on python 2.7.15 (Linux-
buster-sid)
arguments: ['/home/
'AUTHORS.md']
plugins: apt[unknown], bash_completion
commitfromn
email[unknown], fastimport[
launchpad[
news_
repodebug[
weave_
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_GB.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: 503 lines (+218/-170)8 files modifiedbreezy/builtins.py (+4/-4)
breezy/bzr/inventorytree.py (+1/-84)
breezy/bzr/workingtree.py (+23/-0)
breezy/tests/per_tree/test_inv.py (+0/-82)
breezy/tests/per_workingtree/__init__.py (+1/-0)
breezy/tests/per_workingtree/test_canonical_path.py (+109/-0)
breezy/tree.py (+44/-0)
breezy/workingtree.py (+36/-0)
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |