--- /dev/null
+Aaron said this was closeable in Nov. 24th email to the BE list.
+
+I think "priorities" == "bug severities", in which case this
+functionality is now available with the per-tree severity
+configuration.
--- /dev/null
+Content-type: text/plain
+
+
+Date: Thu, 04 Dec 2008 17:16:11 +0000
+
+
+From: W. Trevor King <wking@drexel.edu>
+
+creator: abentley
+severity: minor
-creator=abentley
+status: closed
+summary: Arbitrary numerical priorities?
-
-severity=minor
-
-
-
-
-
-
-status=open
-
-
-
-
-
-
-summary=Arbitrary numerical priorities?
-
-
-
-
-
-
-time=Wed, 04 Jan 2006 21:09:30 +0000
-
-
+time: Wed, 04 Jan 2006 21:09:30 +0000
--- /dev/null
+Aaron said this was closeable in Nov. 24th email to the BE list.
--- /dev/null
+Content-type: text/plain
+
+
+Date: Thu, 04 Dec 2008 17:21:08 +0000
+
+
+From: W. Trevor King <wking@drexel.edu>
+
+creator: abentley
+severity: minor
-creator=abentley
+status: closed
-
-
-
-severity=minor
-
-
-
-
-
-
-status=open
-
-
-
-
-
-
-summary=implement message-change log
-
-
+summary: implement message-change log
+Content-type: text/plain
-
-Content-type=text/plain
-
-
-
-
-
-
-Date=Sat, 15 Nov 2008 23:56:51 +0000
-
-
-
-
-
-
-From=wking
+Date: Sat, 15 Nov 2008 23:56:51 +0000
+From: wking
+creator: abentley
+severity: critical
-creator=abentley
+status: closed
+summary: OK, maybe not fatal, but how about a new name that suggests process tracking,
+ not just bugs?
-
-severity=critical
-
-
-
-
-
-
-status=open
-
-
-
-
-
-
-summary=OK, maybe not fatal, but how about a new name that suggests process tracking, not just bugs?
-
-
-
-
-
-
-time=Fri, 27 Jan 2006 14:37:25 +0000
-
-
+time: Fri, 27 Jan 2006 14:37:25 +0000
--- /dev/null
+Aaron said this was closeable in Nov. 24th email to the BE list.
--- /dev/null
+Content-type: text/plain
+
+
+Date: Thu, 04 Dec 2008 17:20:20 +0000
+
+
+From: W. Trevor King <wking@drexel.edu>
+
+creator: abentley
+severity: minor
-creator=abentley
+status: closed
+summary: Allow different sorts
-
-severity=minor
-
-
-
-
-
-
-status=open
-
-
-
-
-
-
-summary=Allow different sorts
-
-
-
-
-
-
-time=Wed, 25 Jan 2006 15:43:19 +0000
-
-
+time: Wed, 25 Jan 2006 15:43:19 +0000
if len(line.split("=")) == 2:
old_format = True
break
- if old_format: # translate to YAML
+ if old_format: # translate to YAML. Hack to deal with old BE bugs.
newlines = []
for line in contents.splitlines():
line = line.rstrip('\n')