Adjusted `be import-xml` to properly handle croot_bug==None.
authorW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 18:49:32 +0000 (13:49 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 21 Nov 2009 18:49:32 +0000 (13:49 -0500)
commit607c72ea7f3382f3a51598593b71eabbbdbef664
treecd60e44c62b30c4dac06f20d749e02a86a6dd5aa
parent65bf5f8d9ddf51625d6b3b282838a9a4c71868d3
Adjusted `be import-xml` to properly handle croot_bug==None.

If there aren't any root comments, then the user needn't specify
--comment-root, in which case croot_bug will be None and we want to
skip all the croot processing.
becommands/import_xml.py