quilt patch applying is quiet
Bug #968214 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
brz-debian |
Triaged
|
Low
|
Unassigned | ||
bzr-builddeb |
Triaged
|
Medium
|
Unassigned |
Bug Description
bzr bd and bzr bd-do apply quilt patches quietly, and without indicating they are doing so. This is somewhat surprising.
run_quilt() currently captures the stdout output from quilt and returns it. However, most callers ignore the return value.
It probably makes sense to let callers pass in a file-like object for stdout instead; most will just want to specify sys.stdout. Alternatively, we could just print a simple message to indicate that quilt patches are being applied.
Changed in brz-debian: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.