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

Unified Diff: man/src/git-cherry-pick-upload.demo.1.sh

Issue 397593004: Add git cherry picking extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 5 months 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 | « man/src/git-cherry-pick-upload.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/git-cherry-pick-upload.demo.1.sh
diff --git a/man/src/git-cherry-pick-upload.demo.1.sh b/man/src/git-cherry-pick-upload.demo.1.sh
new file mode 100755
index 0000000000000000000000000000000000000000..d4b395511e43b501319e9b2beeca337e7dc12bf6
--- /dev/null
+++ b/man/src/git-cherry-pick-upload.demo.1.sh
@@ -0,0 +1,17 @@
+#!/usr/bin/env bash
+. demo_repo.sh
+
+run git cherry-pick-upload -h
+echo
+
+pcommand git cherry-pick-upload -b my_branch c02b7d24a066adb747fdeb12deb21bfa
+echo 'Found parent revision: b96d69fda53845a205151613a9c4cc93'
+echo 'Loaded authentication cookies from .codereview_upload_cookies'
+echo 'Issue created. URL: https://codereview.chromium.org/1234567890'
+echo ' Uploading base_file for some/path/first.file: OK'
+echo ' Uploading some/path/first.file: OK'
+echo ' Uploading base_file for some/path/second.file: OK'
+echo ' Uploading some/path/second.file: OK'
+echo ' Uploading base_file for some/path/third.file: OK'
+echo ' Uploading some/path/third.file: OK'
+echo 'Finalizing upload: OK'
« no previous file with comments | « man/src/git-cherry-pick-upload.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698