summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d756053)
The helper function was made for occasions such as this, so use it.
Signed-off-by: Karl Hasselström <kha@treskal.com>
'
test_expect_success 'Uncommit a commit with not precisely one parent' '
'
test_expect_success 'Uncommit a commit with not precisely one parent' '
- stg uncommit -n 5 ; [ $? = 2 ] &&
+ command_error stg uncommit -n 5 &&
[ "$(echo $(stg series))" = "" ]
'
[ "$(echo $(stg series))" = "" ]
'