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

Unified Diff: tests/upload-stale.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/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/upload-stale.sh
diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh
index 3ce6141dc90494f7f582778629002447552e833b..1745bcf0409d8612fbf1e79537dde50bbb8d1768 100755
--- a/tests/upload-stale.sh
+++ b/tests/upload-stale.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^
echo "some work done on a branch" >> test
git add test; git commit -q -m "branch work"
« no previous file with comments | « tests/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698