From: W. Trevor King Date: Sat, 27 Oct 2012 15:49:19 +0000 (-0400) Subject: test_usage.sh: update import-xml --comment-root -> --root X-Git-Tag: 1.1.0~24 X-Git-Url: http://git.tremily.us/?p=be.git;a=commitdiff_plain;h=461b76cd42a15ff1738af85dadd6c98082eab6ac test_usage.sh: update import-xml --comment-root -> --root This catches the tests up with: commit 4db1a045a0606bead191a563abc54dfa8352efe0 Author: W. Trevor King Date: Wed Aug 29 23:26:17 2012 -0400 Rewrite commands to use bugdirs instead of a single bugdir. --- diff --git a/test_usage.sh b/test_usage.sh index 9b7dafe..df45f55 100755 --- a/test_usage.sh +++ b/test_usage.sh @@ -135,7 +135,7 @@ be --no-pager show $BUG # show bug details & comments OUT=`be new 'yet more fun'` BUGC=`echo "$OUT" | sed -n 's/Created bug with ID //p'` be comment $BUGC "The ants go marching..." -be show --xml $BUGC/ | be import-xml --add-only --comment-root $BUG - +be show --xml $BUGC/ | be import-xml --add-only --root $BUG - be remove $BUG # decide that you don't like that bug after all be commit "You can even commit using BE" be commit --allow-empty "And you can add empty commits if you like"