chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement a new patch identification scheme and id command
[stgit]
/
t
/
t2200-rebase.sh
diff --git
a/t/t2200-rebase.sh
b/t/t2200-rebase.sh
index a6f43bccd3f88239b5a8b50f051965b16e434e8e..256eaaa8d05f19fa6ee92dbbb67f86439c1ee6aa 100755
(executable)
--- a/
t/t2200-rebase.sh
+++ b/
t/t2200-rebase.sh
@@
-27,7
+27,7
@@
test_expect_success \
'Rebase to previous commit' \
'
stg rebase master~1 &&
- test `stg id
base@stack
` = `git rev-parse master~1` &&
+ test `stg id
stack:{base}
` = `git rev-parse master~1` &&
test `stg applied | wc -l` = 1
'