diff options
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/4bc91110-1240-4733-af00-1df1712a7abb/comments/3bdf1af4-7d61-4b2d-8e25-e54a1ab7e37b')
2 files changed, 35 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 + |