Pick --revert option (formerly --reverse)
[stgit] / t / t3400-pick.sh
index 3bd5c4f..6e92de3 100755 (executable)
@@ -39,9 +39,9 @@ test_expect_success \
        '
 
 test_expect_success \
-       'Pick --fold --reverse local patch' \
+       'Pick --fold --revert local patch' \
        '
-       stg pick --fold --reverse D &&
+       stg pick --fold --revert D &&
        stg refresh && stg clean &&
        test "$(echo $(stg series --applied --noprefix))" = "A B C" &&
        test "$(echo $(stg series --unapplied --noprefix))" = "D"