chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove the applied/unapplied commands
[stgit]
/
t
/
t1205-push-subdir.sh
diff --git
a/t/t1205-push-subdir.sh
b/t/t1205-push-subdir.sh
index 945eb7446b3e3085397e581c80abe311bcfa556a..f852762c2efa4a2317c1ee3a99d16036a826d10f 100755
(executable)
--- a/
t/t1205-push-subdir.sh
+++ b/
t/t1205-push-subdir.sh
@@
-12,8
+12,8
@@
test_expect_success 'Create some patches' '
git add x.txt foo/y.txt &&
stg refresh
done &&
git add x.txt foo/y.txt &&
stg refresh
done &&
- [ "$(echo $(stg
applied
))" = "p0 p1 p2" ] &&
- [ "$(echo $(stg
unapplied
))" = "" ]
+ [ "$(echo $(stg
series --applied --noprefix
))" = "p0 p1 p2" ] &&
+ [ "$(echo $(stg
series --unapplied --noprefix
))" = "" ]
'
test_expect_success 'Fast-forward push from a subdir' '
'
test_expect_success 'Fast-forward push from a subdir' '