aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2
diff options
context:
space:
mode:
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2')
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body26
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values11
2 files changed, 37 insertions, 0 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body
new file mode 100644
index 0000000..5b88ffe
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/body
@@ -0,0 +1,26 @@
+From 80ce5b9707750edba08842cd267843fa035d7b0a Mon Sep 17 00:00:00 2001
+From: Valtteri Kokkoniemi <rvk@iki.fi>
+Date: Thu, 17 Feb 2011 12:03:56 +0200
+Subject: [PATCH] fixed created tag handling in import-xml
+
+---
+ libbe/bug.py | 4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/libbe/bug.py b/libbe/bug.py
+index 6d3d836..122c81a 100644
+--- a/libbe/bug.py
++++ b/libbe/bug.py
+@@ -395,6 +395,10 @@ class Bug (settings_object.SavedSettingsObject):
+ if child.tag == 'uuid':
+ uuid = text
+ continue # don't set the bug's uuid tag.
++ elif child.tag == 'created':
++ self.time = utility.str_to_time(text)
++ self.explicit_attrs.append('time')
++ continue
+ elif child.tag == 'extra-string':
+ estrs.append(text)
+ continue # don't set the bug's extra_string yet.
+--
+1.7.1
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values
new file mode 100644
index 0000000..3b73aaa
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/35a50658-c13c-4f29-9bd0-032c411e4a6b/comments/1f3a2868-5308-42fd-b46c-68d8dfc851b2/values
@@ -0,0 +1,11 @@
+Alt-id: 6ca8e92a-52b2-4909-a088-6bae5d7511a6
+
+
+Author: kokval <kokval@vesuri>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 10:40:51 +0000
+