Content summaries can corrupt/confuse display of hits
Bug #385153 reported by
Alexander Belchenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bzr search plugin |
Triaged
|
Medium
|
Unassigned |
Bug Description
C:\Temp\search>bzr ls -v --versioned
V foo.txt
C:\Temp\search>bzr search bar
'oo.txt in revision '<email address hidden>'. Summary: 'bar
There is 'foo.txt' file and never 'oo.txt'.
summary: |
- serach output shows filename incorrectly + search output shows filename incorrectly |
summary: |
- search output shows filename incorrectly + search outputs shows filename incorrectly |
summary: |
- search outputs shows filename incorrectly + search output shows filename incorrectly |
To post a comment you must log in.
bzr-search is outputting the content correctly, but the filenames in the
file are obliterating your terminal. An outcoding problem of some sort.
$ bzr search bar | less
foo.txt in revision '<email address hidden>'. Summary: 'bar^M'
(END)
status triaged
importance medium
summary "Content summaries can corrupt/confuse display of hits"