chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c05b3
)
Revert 'Test "stg rebase" after "stg commit"'
author
Yann Dirson
<ydirson@altern.org>
Tue, 12 Jun 2007 21:57:06 +0000
(22:57 +0100)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Fri, 15 Jun 2007 23:06:48 +0000
(
00:06
+0100)
This patch is reverting commit
a02ba4077f12578fe31c99d903488804a656e1c4
(author Karl but assigned to
Yann in error).
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
t/t2200-rebase.sh
patch
|
blob
|
blame
|
history
diff --git
a/t/t2200-rebase.sh
b/t/t2200-rebase.sh
index d9b6fafc4e0b713520d00c92efffbf4d522f3a21..c142e08d1934f68b23bb6671a68015012ded4c09 100755
(executable)
--- a/
t/t2200-rebase.sh
+++ b/
t/t2200-rebase.sh
@@
-43,20
+43,4
@@
test_expect_success \
test $(stg applied | wc -l) = 1
'
-test_expect_success \
- 'Rebase to next commit' \
- '
- stg rebase master &&
- test $(stg id base@stack) = $(git rev-parse master)
- '
-
-test_expect_success \
- 'Commit the patch and rebase again' \
- '
- stg commit &&
- git tag committed-here &&
- stg rebase master &&
- test $(stg id base@stack) = $(git rev-parse master)
- '
-
test_done