chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stgit.el: Consistently use "marked" about marked patches
[stgit]
/
t
/
t1202-push-undo.sh
diff --git
a/t/t1202-push-undo.sh
b/t/t1202-push-undo.sh
index b602643f9018509bc605de1199afe47bd178453e..14a3d6d0d684e9a07501c9198bf9880f8dbd307d 100755
(executable)
--- a/
t/t1202-push-undo.sh
+++ b/
t/t1202-push-undo.sh
@@
-3,10
+3,10
@@
# Copyright (c) 2006 Catalin Marinas
#
# Copyright (c) 2006 Catalin Marinas
#
-test_description='Exercise
push --undo with
missing files.
+test_description='Exercise
stg undo with push of
missing files.
Test the case where a patch fails to be pushed because it modifies a
Test the case where a patch fails to be pushed because it modifies a
-missing file. The "
push --
undo" command has to be able to revert it.
+missing file. The "
stg
undo" command has to be able to revert it.
'
. ./test-lib.sh
'
. ./test-lib.sh
@@
-43,19
+43,19
@@
test_expect_success \
test_expect_success \
'Push the second patch with conflict' \
'
test_expect_success \
'Push the second patch with conflict' \
'
-
!
stg push bar
+
conflict
stg push bar
'
test_expect_success \
'Undo the previous push' \
'
'
test_expect_success \
'Undo the previous push' \
'
- stg
push --undo
+ stg
undo --hard
'
test_expect_success \
'Check the push after undo fails as well' \
'
'
test_expect_success \
'Check the push after undo fails as well' \
'
-
!
stg push bar
+
conflict
stg push bar
'
test_expect_success \
'
test_expect_success \
@@
-64,7
+64,7
@@
test_expect_success \
touch newfile &&
git add newfile &&
rm newfile &&
touch newfile &&
git add newfile &&
rm newfile &&
- stg
push --undo
+ stg
undo --hard
'
test_done
'
test_done