Added 'remove' command to remove bugs. Use __desc__ for command help.
authorW. Trevor King <wking@drexel.edu>
Sun, 16 Nov 2008 19:12:06 +0000 (14:12 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 16 Nov 2008 19:12:06 +0000 (14:12 -0500)
commite7c376ed286b3bf741ae9e364eef7dd2114d77c7
tree095386a2f4f1d7aac1520b4e9689667decff41cf
parentdbe327909b048e0709b598fd60f02ef53b25a0ea
Added 'remove' command to remove bugs.  Use __desc__ for command help.

Using the __desc__ reduces documentation duplication.  It's also better
than using __doc__, because __doc__ could (should?) be more than one-line
long, and we just want a short description to jog our memories in the
complete command list.

Also moved unique_name from cmdutil.py to names.py to avoid the
  bug->cmdutil->bugdir->bug
cyclic include.
21 files changed:
.be/bugs/cf56e648-3b09-4131-8847-02dff12b4db2/comments/f05359f6-1bfc-4aa6-9a6d-673516bc0f94/body [new file with mode: 0644]
.be/bugs/cf56e648-3b09-4131-8847-02dff12b4db2/comments/f05359f6-1bfc-4aa6-9a6d-673516bc0f94/values [new file with mode: 0644]
be
becommands/__init__.py
becommands/close.py
becommands/comment.py
becommands/diff.py
becommands/help.py
becommands/list.py
becommands/new.py
becommands/open.py
becommands/set.py
becommands/set_root.py
becommands/severity.py
becommands/show.py
becommands/template [deleted file]
becommands/upgrade.py
libbe/bug.py
libbe/cmdutil.py
libbe/names.py
libbe/plugin.py