diff options
author | W. Trevor King <wking@drexel.edu> | 2008-11-24 08:11:08 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2008-11-24 08:11:08 -0500 |
commit | 116c356bdb9b8e6d32af2419dda1d423b238efe1 (patch) | |
tree | 9b016193f269b4d6090684c3f24bad6189df79cc /test_usage.sh | |
parent | 5fd5bc89a2ec270d3e0b01f583012eaaf7750693 (diff) | |
download | bugseverywhere-116c356bdb9b8e6d32af2419dda1d423b238efe1.tar.gz |
Removed auto-wrapping from comment.Comment.string().
It makes tracebacks almost illegible. I doubt markup/markdown systax
or auto-formatting is really useful, since bugs-reports are ususally a
short comment and a traceback.
I also closed a4d38ba7-ec28-4096-a4f3-eb8c9790ffb2 and
7bfc591e-584a-476e-8e11-b548f1afcaa6, which have probably been fixed
for a long time...
Diffstat (limited to 'test_usage.sh')
-rwxr-xr-x | test_usage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_usage.sh b/test_usage.sh index 11be0d5..43b5d4d 100755 --- a/test_usage.sh +++ b/test_usage.sh @@ -89,7 +89,7 @@ then # set a default ID fi echo "I am '$ID'" -be set-root . +be set-root OUT=`be new 'having too much fun'` echo "$OUT" BUG=`echo "$OUT" | sed -n 's/Created bug with ID //p'` |