From 7f2ee356b76303edd01efad6bd049fbc7f01b5ff Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 27 Jul 2009 08:11:11 -0400 Subject: Subscribing myself to all changes. --- .be/settings | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.be/settings') diff --git a/.be/settings b/.be/settings index a9bd6dd..15c4553 100644 --- a/.be/settings +++ b/.be/settings @@ -1,3 +1,7 @@ +extra_strings: +- "SUBSCRIBE:W. Trevor King \tall\t*" + + inactive_status: - - closed - The bug is no longer relevant. -- cgit From 6d3fc831cdbba47a90b03706f25af1682abe862b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 31 Aug 2009 13:43:32 -0400 Subject: RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 --- .be/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.be/settings') diff --git a/.be/settings b/.be/settings index 15c4553..c4a6a06 100644 --- a/.be/settings +++ b/.be/settings @@ -13,5 +13,5 @@ inactive_status: - Unknown meaning. For backwards compatibility with old BE bugs. -rcs_name: bzr +vcs_name: bzr -- cgit From 17fea62c1f79079a7fecde8d98c5ffd2975841b7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Sep 2009 05:54:31 -0400 Subject: Explicitly set encoding to UTF-8. Because otherwise we run into problems when running be from inside cron jobs. --- .be/settings | 3 +++ 1 file changed, 3 insertions(+) (limited to '.be/settings') diff --git a/.be/settings b/.be/settings index c4a6a06..b3c2b81 100644 --- a/.be/settings +++ b/.be/settings @@ -1,3 +1,6 @@ +encoding: utf-8 + + extra_strings: - "SUBSCRIBE:W. Trevor King \tall\t*" -- cgit