diff options
author | W. Trevor King <wking@drexel.edu> | 2009-11-21 12:23:47 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-11-21 12:23:47 -0500 |
commit | a07c70a8cb30fa7295471490a7b7fdfbd48a99ec (patch) | |
tree | a4a5a023d8c68b181a19a0bff561b37dd87ba4c1 /becommands/import_xml.py | |
parent | 3b168403ff5e50d767476c4c0f037d1841bb2bf9 (diff) | |
download | bugseverywhere-a07c70a8cb30fa7295471490a7b7fdfbd48a99ec.tar.gz |
Upgraded `be show --xml` to new <be-xml> format.
Diffstat (limited to 'becommands/import_xml.py')
-rw-r--r-- | becommands/import_xml.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/becommands/import_xml.py b/becommands/import_xml.py index d28e97a..212c7a7 100644 --- a/becommands/import_xml.py +++ b/becommands/import_xml.py @@ -172,8 +172,8 @@ The XML file should be formatted similarly to <be-xml> <version> <tag>1.0.0</tag> - <nick>be</nick> - <revision>446</revision> + <branch-nick>be</branch-nick> + <revno>446</revno> <revision-id>a@b.com-20091119214553-iqyw2cpqluww3zna</revision-id> <version> <bug> @@ -186,10 +186,10 @@ The XML file should be formatted similarly to <comment>...</comment> </be-xml> where the ellipses mark output commpatible with Bug.xml() and -Comment.xml(). Take a look at the output of `be show --xml --version` -for some explicit examples. Unrecognized tags are ignored. Missing -tags are left at the default value. The version tag is not required, -but is strongly recommended. +Comment.xml(). Take a look at the output of `be show --xml` for some +explicit examples. Unrecognized tags are ignored. Missing tags are +left at the default value. The version tag is not required, but is +strongly recommended. The bug and comment UUIDs are always auto-generated, so if you set a <uuid> field, but no <alt-id> field, your <uuid> will be used as the |