Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: tests/patch.sh

Issue 2394033003: Remove SVN (and dcommit) support from git-cl (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/owners.sh ('k') | tests/post-dcommit-hook-test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/patch.sh
diff --git a/tests/patch.sh b/tests/patch.sh
index 4306c02c7754a9802eb882b47e51a2181122e79c..e4e2a28aa211d6bc78871828f8777e2a87e1ea69 100755
--- a/tests/patch.sh
+++ b/tests/patch.sh
@@ -8,12 +8,12 @@ set -e
. ./test-lib.sh
-setup_initsvn
-setup_gitsvn
+setup_git_remote
+setup_git_checkout
(
set -e
- cd git-svn
+ cd git_checkout
git checkout -q -b work
echo "some work done on a branch" >> test
git add test; git commit -q -m "branch work"
« no previous file with comments | « tests/owners.sh ('k') | tests/post-dcommit-hook-test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698