tags are copied but their revisions may not be
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Low
|
Andrew Bennetts | ||
Bazaar Git Plugin |
Fix Released
|
Low
|
Jelmer Vernooij | ||
Bazaar Hg Plugin |
Triaged
|
Low
|
Unassigned | ||
Bazaar Subversion Plugin |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
john@ichigo:
Branched 1610 revision(s).
john@ichigo:
0.1.0 106
0.2.0 ?
0.3.0 ?
0.3.1 ?
<snip>
john@ichigo:
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/
_get_
File "/usr/lib/
old_tree = _get_tree_
File "/usr/lib/
return spec.as_
File "/usr/lib/
return self._as_
File "/usr/lib/
return context_
File "/usr/lib/
result = unbound(self, *args, **kwargs)
File "/usr/lib/
inv = 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/
return self.iter_
File "/usr/lib/
for text, revision_id in self._iter_
File "/usr/lib/
raise errors.
NoSuchRevision: KnitPackReposit
bzr 1.10 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'diff', '-rtag:0.2.0']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_GB.UTF-8'
plugins:
builddeb /usr/lib/
bzrtools /usr/lib/
launchpad /usr/lib/
loom /usr/lib/
rebase /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.
Related branches
- John A Meinel: Needs Fixing
-
Diff: 776 lines (+339/-98)15 files modifiedbzrlib/controldir.py (+58/-49)
bzrlib/fetch.py (+93/-17)
bzrlib/graph.py (+8/-6)
bzrlib/remote.py (+3/-3)
bzrlib/repofmt/knitrepo.py (+1/-1)
bzrlib/repofmt/weaverepo.py (+1/-1)
bzrlib/repository.py (+9/-9)
bzrlib/tests/blackbox/test_branch.py (+33/-2)
bzrlib/tests/per_branch/test_sprout.py (+19/-0)
bzrlib/tests/per_controldir/test_controldir.py (+101/-1)
bzrlib/tests/per_interrepository/test_interrepository.py (+1/-1)
bzrlib/tests/test_bzrdir.py (+4/-0)
bzrlib/tests/test_remote.py (+3/-3)
doc/en/release-notes/bzr-2.3.txt (+0/-5)
doc/en/release-notes/bzr-2.4.txt (+5/-0)
- Launchpad PQM Bot: Pending requested
- Diff: 0 lines
- Launchpad PQM Bot: Pending requested
-
Diff: 4188 lines (+1585/-509) (has conflicts)43 files modified.bzrignore (+1/-0)
.testr.conf (+4/-0)
NEWS (+54/-3)
README (+4/-4)
TODO (+2/-2)
__init__.py (+197/-107)
branch.py (+216/-78)
bzr-receive-pack (+7/-12)
bzr-upload-pack (+8/-18)
cache.py (+65/-24)
commands.py (+58/-19)
commit.py (+18/-4)
dir.py (+266/-23)
fetch.py (+74/-19)
help.py (+33/-0)
info.py (+3/-3)
inventory.py (+7/-6)
mapping.py (+17/-10)
object_store.py (+41/-25)
push.py (+54/-27)
refs.py (+77/-6)
remote.py (+67/-18)
repository.py (+68/-23)
roundtrip.py (+15/-3)
send.py (+1/-6)
tests/__init__.py (+15/-14)
tests/test_blackbox.py (+6/-5)
tests/test_branch.py (+17/-2)
tests/test_builder.py (+3/-3)
tests/test_cache.py (+16/-7)
tests/test_dir.py (+2/-2)
tests/test_fetch.py (+1/-1)
tests/test_mapping.py (+28/-11)
tests/test_object_store.py (+17/-1)
tests/test_push.py (+2/-2)
tests/test_refs.py (+3/-3)
tests/test_repository.py (+4/-3)
tests/test_roundtrip.py (+10/-0)
tests/test_transportgit.py (+4/-0)
tests/test_versionedfiles.py (+50/-0)
transportgit.py (+25/-2)
versionedfiles.py (+1/-1)
workingtree.py (+24/-12)
- bzr-svn developers: Pending requested
- Diff: 0 lines
tags: | added: udd |
Changed in bzr-git: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in bzr-svn: | |
status: | Invalid → Triaged |
importance: | Undecided → Low |
Changed in bzr-hg: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in bzr-git: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-hg: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-svn: | |
milestone: | none → 1.1.0 |
Changed in bzr-git: | |
milestone: | none → 0.6.0 |
Changed in bzr-svn: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr-hg: | |
milestone: | none → 0.2 |
Changed in bzr-git: | |
status: | Triaged → In Progress |
Changed in bzr-svn: | |
status: | Triaged → In Progress |
Changed in bzr-git: | |
status: | In Progress → Fix Committed |
Changed in bzr-svn: | |
status: | In Progress → Fix Committed |
Changed in bzr-git: | |
status: | Fix Committed → Fix Released |
Changed in bzr-hg: | |
assignee: | Jelmer Vernooij (jelmer) → nobody |
Changed in bzr-svn: | |
status: | Fix Committed → Fix Released |
Aside from the missing revision, if bzr tags can handle a missing tag gracefully (with a simple ?), then should other operations too.. Tracebacks are never a UI win..