bzr log fails on ghost revisions
Bug #726466 reported by
Tom Cato Amundsen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Jelmer Vernooij | ||
Breezy |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
bzr log -r ..1 http://
Related branches
lp://staging/~jelmer/bzr/log-ghosts
- John A Meinel: Approve
-
Diff: 70 lines (+29/-2)2 files modifiedbzrlib/tests/blackbox/test_log.py (+27/-2)
bzrlib/tests/test_log.py (+2/-0)
lp://staging/~jelmer/brz/mainline-ghosts
Merged
into
lp://staging/brz
- Martin Packman: Approve
-
Diff: 156 lines (+52/-25)3 files modifiedbreezy/log.py (+44/-22)
breezy/tests/blackbox/test_log.py (+5/-3)
doc/en/release-notes/brz-3.0.txt (+3/-0)
Changed in bzr: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in bzr: | |
status: | Confirmed → Fix Released |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in brz: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Jelmer Vernooij (jelmer) |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
On Mon, 2011-02-28 at 11:29 +0000, Tom Cato Amundsen wrote: solfege. org/bzr/ solfege. dev fails because of
> bzr log -r ..1 http://
> ghosts in the revision history.
The log until the ghost revision appears to be displayed correctly.
We could improve the error message a bit to more clearly say to the user
that there is a revision missing so we can't display beyond that point
in the logs. Is that how you'd like to see this resolved?
Cheers,
Jelmer