aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values28
-rw-r--r--.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values28
-rw-r--r--libbe/diff.py2
3 files changed, 1 insertions, 57 deletions
diff --git a/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values b/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values
deleted file mode 100644
index 33cacf2..0000000
--- a/.be/bugs/14c65eab-b9f2-4d43-991d-2dac6c239fc4/values
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-creator=abentley
-
-
-
-
-
-
-severity=minor
-
-
-
-
-
-
-status=closed
-
-
-
-
-
-
-summary=
-
-
-
diff --git a/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values b/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values
deleted file mode 100644
index 33cacf2..0000000
--- a/.be/bugs/38bd9b8a-3325-4ee5-bb75-600dfb415285/values
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
-creator=abentley
-
-
-
-
-
-
-severity=minor
-
-
-
-
-
-
-status=closed
-
-
-
-
-
-
-summary=
-
-
-
diff --git a/libbe/diff.py b/libbe/diff.py
index fb3cfea..7a1dbcc 100644
--- a/libbe/diff.py
+++ b/libbe/diff.py
@@ -70,7 +70,7 @@ def diff_report(diff_data, bug_dir):
if len(removed) > 0:
print "Removed bug reports:"
for bug in removed:
- print bug.string(bug, bugs, shortlist=True)
+ print bug.string(bugs, shortlist=True)
def change_lines(old, new, attributes):
change_list = []