`be email-bugs` now uses `be show` internals to produce consistent XML.
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 17:52:37 +0000 (12:52 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 17:52:37 +0000 (12:52 -0500)
commitcb6a9e819d05402ee8b9cde356d509ab22de4780
tree3c942fe2ef022840d224371148d867f3e52db1e2
parenta07c70a8cb30fa7295471490a7b7fdfbd48a99ec
`be email-bugs` now uses `be show` internals to produce consistent XML.

Broke the bulk of show.py out into new function show.output(), which
is used by both show.py and email_bugs.py to reduce duplication of
effort and increase consistency of the XML.

Also a few relevant help string updates.
becommands/email_bugs.py
becommands/import_xml.py
becommands/show.py