Help for commands should use a configurable program name
Bug #435111 reported by
Jamu Kakar
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
Undecided
|
Jamu Kakar |
Bug Description
Commandant builds on the infrastructure in bzrlib.commands to make
building programs with a bzr-like very easy. One of the issues I've
run into along the way is that help-text generated by
bzrlib.
I want it to use the name of the Commandant program that's using the
bzrlib.commands subsystem.
Related branches
lp://staging/~jkakar/bzr/custom-project-name
On hold
for merging
into
lp://staging/bzr
- Martin Pool: Needs Fixing
- John A Meinel: Needs Fixing
-
Diff: 98 lines (+42/-3)3 files modifiedbzrlib/__init__.py (+3/-0)
bzrlib/commands.py (+5/-3)
bzrlib/tests/test_help.py (+34/-0)
Changed in bzr: | |
assignee: | nobody → Jamu Kakar (jkakar) |
status: | New → In Progress |
To post a comment you must log in.
I realize this is pretty old now, and I'm not sure where Commandant has gone with it. Any chance for an update, or should we just put it into the patch-needswork queue?