projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6772ae4
)
Fix bd->bugdir typo in import_xml.
author
Valtteri Kokkoniemi
<rvk@iki.fi>
Sat, 16 Apr 2011 17:20:00 +0000
(13:20 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 16 Apr 2011 17:20:00 +0000
(13:20 -0400)
libbe/command/import_xml.py
patch
|
blob
|
history
diff --git
a/libbe/command/import_xml.py
b/libbe/command/import_xml.py
index bd253723373cd178ff4f2a4e12f265ff0df4a419..b4da2fd980223cf34803da87ade653ab8dfc0c25 100644
(file)
--- 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:
- b
d
.append(new)
+ b
ugdir
.append(new)
else:
old.load_comments(load_full=True)
old.merge(new, accept_changes=accept_changes,