bzr status provides only truncated log messages
Bug #56011 reported by
Steve Alexander
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Low
|
Unassigned | ||
Breezy |
Triaged
|
Low
|
Unassigned |
Bug Description
When I use bzr status, the text of the pending merges' log messages is truncated.
There is no reasonable way to read just these log messages in full.
For example, bzr status could have a --wide option for this.
Also, the truncation is at some arbitrary number of characters, not the width of my terminal.
Rob Collins gives a workaround:
<lifeless> SteveA: for now, you should be able to do log -r revid:merged-
<lifeless> you can get that revision from .bzr/checkout/
Which is rather complicated for an average user like me.
tags: | added: status |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: bitesized |
To post a comment you must log in.
I think it worth adding hidden command with name `pending-merges' that produce output similar to `log' or `missing' commands