summaryrefslogtreecommitdiff
path: root/.be
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-04-16 14:04:50 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-16 14:04:50 -0400
commitc43027fb92afb5cdd543ee3da73860091eb061f2 (patch)
tree91019544f49fbfcef7bde9de5c5f35cad6bcec5f /.be
parent086fe04efe7c91949e5a20a10839ee11477b40ec (diff)
Import bea/5a1 from http://bugs.bugseverywhere.org/ as bea/4bc.
Diffstat (limited to '.be')
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body24
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body3
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values11
-rw-r--r--.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values17
5 files changed, 66 insertions, 0 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body
new file mode 100644
index 0000000..9f3c45f
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/body
@@ -0,0 +1,24 @@
+From 1a6ce70b03a8e7df3e21189cd552d95d28535c1d Mon Sep 17 00:00:00 2001
+From: Valtteri Kokkoniemi <rvk@iki.fi>
+Date: Thu, 17 Feb 2011 10:11:09 +0200
+Subject: [PATCH] fixed importing new bugs
+
+---
+ libbe/command/import_xml.py | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libbe/command/import_xml.py b/libbe/command/import_xml.py
+index bd25372..b4da2fd 100644
+--- 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,
+--
+1.7.1
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values
new file mode 100644
index 0000000..52ef33b
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b/values
@@ -0,0 +1,11 @@
+Alt-id: 1bb12bbd-27b8-4638-abdb-c69384707b60
+
+
+Author: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 08:25:02 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body
new file mode 100644
index 0000000..c2f09cc
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/body
@@ -0,0 +1,3 @@
+probably due to refactoring at some point in history
+
+for fix, see the attached patch
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values
new file mode 100644
index 0000000..664a6f1
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/90dd557c-b6ec-402a-bbae-0ccd31448f07/values
@@ -0,0 +1,11 @@
+Alt-id: c50ada21-1ce1-4d1b-bcc0-834746ba176c
+
+
+Author: kokval <kokval@vesuri>
+
+
+Content-type: text/plain
+
+
+Date: Thu, 17 Feb 2011 08:21:33 +0000
+
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values
new file mode 100644
index 0000000..daaa0bc
--- /dev/null
+++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/values
@@ -0,0 +1,17 @@
+creator: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+reporter: Valtteri Kokkoniemi <rvk@iki.fi>
+
+
+severity: minor
+
+
+status: open
+
+
+summary: xml import of new bugs is broken
+
+
+time: Thu, 17 Feb 2011 08:19:41 +0000
+