On Sat, Apr 16, 2011 at 12:22:59PM -0400, Chris Ball wrote:
> --- a/libbe/command/import_xml.py
> +++ b/libbe/command/import_xml.py
> @@ -184,7 +184,7 @@ class Import_XML (libbe.command.Command):
>              except KeyError:
>                  old = None
>              if old == None:
> -                bd.append(new)
> +                bugdir.append(new)
>              else:
>                  old.load_comments(load_full=True)
>                  old.merge(new, accept_changes=accept_changes,

Oops ;).  Applied to my branch.

-- 
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy

My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt

Attachment: pgpUlKLJKP91k.pgp
Description: PGP signature

_______________________________________________
Be-devel mailing list
[email protected]
http://void.printf.net/cgi-bin/mailman/listinfo/be-devel

Reply via email to