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

Unified Diff: tests/upload-local-tracking-branch.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/test-lib.sh ('k') | tests/upload-stale.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/upload-local-tracking-branch.sh
diff --git a/tests/upload-local-tracking-branch.sh b/tests/upload-local-tracking-branch.sh
index 8c2e6fb808c754f139f8e27fb1839c87490f7e14..721732a9eb8e52604baa8c449f23776c899b8f4a 100755
--- a/tests/upload-local-tracking-branch.sh
+++ b/tests/upload-local-tracking-branch.sh
@@ -8,12 +8,12 @@ set -e
. ./test-lib.sh
-setup_initgit
-setup_gitgit
+setup_git_remote
+setup_git_checkout
(
set -e
- cd git-git
+ cd git_checkout
git checkout -q -b work HEAD^
git checkout -q -t -b work2 work
echo "some work done on a branch that tracks a local branch" >> test
« no previous file with comments | « tests/test-lib.sh ('k') | tests/upload-stale.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698