projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d241a1f
)
command:import_xml: fix `--r` -> `-r` in long help.
author
W. Trevor King
<wking@tremily.us>
Mon, 3 Sep 2012 13:00:30 +0000
(09:00 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 3 Sep 2012 13:00:30 +0000
(09:00 -0400)
libbe/command/import_xml.py
patch
|
blob
|
history
diff --git
a/libbe/command/import_xml.py
b/libbe/command/import_xml.py
index 145136222eede298c235be98fd9ffc6348266b10..f26d002b58e1dc8189fb5b9afeb1660cdd8f9764 100644
(file)
--- a/
libbe/command/import_xml.py
+++ b/
libbe/command/import_xml.py
@@
-370,11
+370,11
@@
Examples:
Import comments (e.g. emails from a mailbox) and append to bug /XYZ:
- $ be-mail-to-xml mail.mbox | be import-xml -
-
r /XYZ -
+ $ be-mail-to-xml mail.mbox | be import-xml -r /XYZ -
Or you can append those emails underneath the prexisting comment /XYZ/3:
- $ be-mail-to-xml mail.mbox | be import-xml -
-
r /XYZ/3 -
+ $ be-mail-to-xml mail.mbox | be import-xml -r /XYZ/3 -
User creates a new bug: