diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-17 08:31:35 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2008-11-17 08:31:35 -0500 |
commit | 4df31f62cd0a08d4a8dd65ff6c3ada030e252787 (patch) | |
tree | 1017286aa01e0163d40523fddecaeb8bce55d36f | |
parent | c859173a94bb157d804db479cee623f29eecdd78 (diff) | |
download | git-bz-4df31f62cd0a08d4a8dd65ff6c3ada030e252787.tar.gz |
Fix severity in default config to 'normal'
The default default severity should be 'normal', not empty.
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,7 @@ DEFAULT_CONFIG = \ """ default-assigned-to = default-bug-file-loc = -default-bug-severity = +default-bug-severity = normal default-op-sys = All default-priority = P5 default-rep-platform = All |