NoSuchRevision in diff when a ghost introduced the modified text.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
High
|
Jelmer Vernooij | ||
2.0 |
Confirmed
|
High
|
Unassigned |
Bug Description
Unfortunately, I'm having again issues with my repository:
>cd ~
>rm -R .bazaar/
>mdir new_source
>cd new_source/
>bzr co https:/
>pico mnemosyne-
>cd mnemosyne-proj/
>bzr diff
=== modified file 'mnemosyne/TODO'
bzr: ERROR: bzrlib.
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
extra_
File "/usr/lib/
return differ.
File "/usr/lib/
return self._show_
File "/usr/lib/
self.
File "/usr/lib/
new_path, old_kind, new_kind)
File "/usr/lib/
new_kind)
File "/usr/lib/
old_date = _patch_
File "/usr/lib/
mtime = tree.get_
File "/usr/lib/
return self._repositor
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self.get_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
return self._get_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
raise errors.
NoSuchRevision: KnitPackReposit
bzr 1.9 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'diff']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.utf8'
plugins:
bzrtools /usr/lib/
launchpad /usr/lib/
svn /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
The only modifications I did to the released versions was to apply the patch for
https:/
Related branches
- John A Meinel: Approve
-
Diff: 132 lines (+44/-4)7 files modifiedNEWS (+4/-0)
bzrlib/diff.py (+8/-2)
bzrlib/errors.py (+10/-0)
bzrlib/revisiontree.py (+4/-1)
bzrlib/tests/test_errors.py (+5/-0)
bzrlib/tests/test_revisiontree.py (+8/-0)
bzrlib/workingtree_4.py (+5/-1)
Changed in bzr: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 2.1.0rc1 |
status: | Triaged → Fix Released |
BTW, I'm still having problems with this using bzr-svn revision 1741 on the 0.4 branch, so I don't think this is a duplicate of bug #277043