diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-12-20 17:20:45 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-12-20 17:20:45 -0800 |
| commit | 5b85143ba548c6c0c35df5e606ee3568c55ca0da (patch) | |
| tree | 9602d237fafa8193274134dd5a5d4070ad43c4ed /t/t9101-git-svn-props.sh | |
| parent | ce0545455a09113a8ece8f80c87ec61110569940 (diff) | |
| parent | 3289e86e1eb4f38b5c8dfd2f44b4486d2755d6d6 (diff) | |
| download | git-5b85143ba548c6c0c35df5e606ee3568c55ca0da.tar.gz | |
Merge branch 'ew/svn-pm'
* ew/svn-pm:
git-svn: rename 'commit' command to 'set-tree'
git-svn: remove support for the svn command-line client
git-svn: convert to using Git.pm
Diffstat (limited to 't/t9101-git-svn-props.sh')
| -rwxr-xr-x | t/t9101-git-svn-props.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9101-git-svn-props.sh b/t/t9101-git-svn-props.sh index a5a235f100..5543b07f16 100755 --- a/t/t9101-git-svn-props.sh +++ b/t/t9101-git-svn-props.sh @@ -74,7 +74,7 @@ test_expect_success "$name" \ 'git checkout -b mybranch remotes/git-svn && echo Hi again >> kw.c && git commit -a -m "test keywoards ignoring" && - git-svn commit remotes/git-svn..mybranch && + git-svn set-tree remotes/git-svn..mybranch && git pull . remotes/git-svn' expect='/* $Id$ */' |
