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
/
t1201-pull-trailing.sh
diff --git
a/t/t1201-pull-trailing.sh
b/t/t1201-pull-trailing.sh
index 805e805c9cd34e231a711f899a9a2d2b38b0e806..d66ad26df7f66a87a8da1627c9f1de6ce7edddf5 100755
(executable)
--- a/
t/t1201-pull-trailing.sh
+++ b/
t/t1201-pull-trailing.sh
@@
-30,7
+30,7
@@
test_expect_success \
'Port those patches to orig tree' \
'(cd foo &&
GIT_DIR=../bar/.git git format-patch --stdout \
'Port those patches to orig tree' \
'(cd foo &&
GIT_DIR=../bar/.git git format-patch --stdout \
- $(cd ../bar && stg id
base@master
)..HEAD |
+ $(cd ../bar && stg id
master:{base}
)..HEAD |
git am -3 -k
)
'
git am -3 -k
)
'
@@
-49,13
+49,13
@@
test_expect_success \
test_expect_success \
'Pull those patches applied upstream' \
test_expect_success \
'Pull those patches applied upstream' \
- "(cd bar && stg
push --
undo && stg push --all --merged
+ "(cd bar && stg undo && stg push --all --merged
)
"
test_expect_success \
'Check that all went well' \
)
"
test_expect_success \
'Check that all went well' \
- "
diff -u
foo/file bar/file
+ "
test_cmp
foo/file bar/file
"
test_done
"
test_done