Signed-off-by: David KÃ¥gedal <davidk@xxxxxxxxxxxxxx> --- This test case was sometimes succeeding and sometimes failing. This seems to be how it was expected to work. t/t2102-pull-policy-rebase.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t2102-pull-policy-rebase.sh b/t/t2102-pull-policy-rebase.sh index 41f8168..670673d 100755 --- a/t/t2102-pull-policy-rebase.sh +++ b/t/t2102-pull-policy-rebase.sh @@ -10,8 +10,8 @@ test_description='Excercise pull-policy "rebase".' test_expect_success \ 'Fork stack off parent branch, and add patches to the stack' \ ' - stg init & git branch -m master parent && + stg init && stg branch --create stack && git repo-config branch.stack.stgit.pull-policy rebase && git repo-config --list && -- 1.5.3.rc6.31.g3c3b - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html