summaryrefslogtreecommitdiff
path: root/t/t9101-git-svn-props.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-12-16 07:58:08 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-16 13:17:56 (GMT)
commit3289e86e1eb4f38b5c8dfd2f44b4486d2755d6d6 (patch)
treea8c683dd21bfb94a3b46c6ab851196aeadcbd005 /t/t9101-git-svn-props.sh
parentb9c8518722687fae6182162f9a244915ba94db02 (diff)
downloadgit-3289e86e1eb4f38b5c8dfd2f44b4486d2755d6d6.zip
git-3289e86e1eb4f38b5c8dfd2f44b4486d2755d6d6.tar.gz
git-3289e86e1eb4f38b5c8dfd2f44b4486d2755d6d6.tar.bz2
git-svn: rename 'commit' command to 'set-tree'
'set-tree' probably accurately describes what the command formerly known as 'commit' does. I'm not entirely sure that 'dcommit' should be renamed to 'commit' just yet... Perhaps 'push' or 'push-changes'? Signed-off-by: Eric Wong <normalperson@yhbt.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 't/t9101-git-svn-props.sh')
-rwxr-xr-xt/t9101-git-svn-props.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9101-git-svn-props.sh b/t/t9101-git-svn-props.sh
index a5a235f..5543b07 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$ */'