Merge assorted bugfixes and optimizations.
authorW. Trevor King <wking@drexel.edu>
Thu, 21 Jan 2010 18:14:08 +0000 (13:14 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 21 Jan 2010 18:14:08 +0000 (13:14 -0500)
commit36b970de8e5a4b2e1b91372742ce86819c4254b5
tree4ef1870c35dd3b6daaaf3f7453a4bd60ec33c149
parent4ad9a6d7b17db9abe7d4c11477df1df7c6eac5e5
parent508c0c0ec73bdcb802d18b30a6e5f40a04dfed52
Merge assorted bugfixes and optimizations.

Highlights:
  * `be new` adds creator field like its supposed to (oops :p).
  * `be list --xml` uses <be-xml> format (was <bugs>).
  * `be import-xml` handles root comments appropriately.
  * `be` raises an appropriate help message.
  * `be help` works.
  * `be html` prints Comment.id.user() information.
  * better SavedSettingsObject._get_saved_settings() avoids data loss.
  * be-mbox-to-xml -> be-mail-to-xml and adds assorted format support.
  * be-xml-to-mbox and be-handle-mail work with new libbe layout.
  * BugDir.uuids() now caches on-disk uuids for speed.
  * Mercurial detection works for mercurial <= 1.1.2 _and_ >= 1.2
  * Fix bugs in VCS._children() relative/absolute path handling.