3 test_description
='Test the "rebase" command with conflicts.'
16 'Setup stack branch' \
18 stg branch --create stack &&
25 'Add commits to master' \
34 'Rebase stack to master' \
37 conflict stg rebase master &&
38 test "$(stg series --applied -c)" = "1"