diff options
author | W. Trevor King <wking@drexel.edu> | 2008-12-04 09:14:01 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-12-04 09:14:01 -0500 |
commit | 83e320a61eb74dab6eddfdda010f34fa42eedc0c (patch) | |
tree | 7bdeb30f918344ab41b87c3e66b3193360335ebc /becommands/merge.py | |
parent | f6c5402f58b8450ee4e1a78da87b560491abbd45 (diff) | |
download | bugseverywhere-83e320a61eb74dab6eddfdda010f34fa42eedc0c.tar.gz |
Added per-tree configurable severities.
They currently have no effect, but you can see them with
$ be set
There's a lot of information in this one 'settings' variable. I think
set will have to be specialized to handle arrays smoothly...
Diffstat (limited to 'becommands/merge.py')
-rw-r--r-- | becommands/merge.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/becommands/merge.py b/becommands/merge.py index 9f324f7..927bb63 100644 --- a/becommands/merge.py +++ b/becommands/merge.py @@ -52,6 +52,7 @@ def execute(args, test=False): Status : open Assigned : Target : + Reporter : Creator : John Doe <jdoe@example.com> Created : Wed, 31 Dec 1969 19:00 (Thu, 01 Jan 1970 00:00:00 +0000) Bug A @@ -96,6 +97,7 @@ def execute(args, test=False): Status : closed Assigned : Target : + Reporter : Creator : Jane Doe <jdoe@example.com> Created : Wed, 31 Dec 1969 19:00 (Thu, 01 Jan 1970 00:00:00 +0000) Bug B |