"bzr help configuration" looks awful
Bug #746993 reported by
Martin Pool
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
The configuration help topic has a 3 or 4-level deep ReST markup tree, but it's nearly illegible when viewed from the command line; the output just looks totally randomly ordered.
One approach would be to just strip out the layering and describe each setting one after the other. We can either edit the text file, or move them into internal metadata and then generate something better.
See also bug 747050 for getting per-option help.
description: | updated |
Changed in bzr: | |
assignee: | nobody → Vincent Ladeuil (vila) |
Changed in bzr: | |
assignee: | Vincent Ladeuil (vila) → nobody |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
Once the fix for bug #747050 land, the help for the registered options should be removed from help_topics/ configuration. txt and the output for 'bzr help configuration' consolidated from the registered options.