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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « man/src/git-cherry-pick-upload.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/env bash
2 . demo_repo.sh
3
4 run git cherry-pick-upload -h
5 echo
6
7 pcommand git cherry-pick-upload -b my_branch c02b7d24a066adb747fdeb12deb21bfa
8 echo 'Found parent revision: b96d69fda53845a205151613a9c4cc93'
9 echo 'Loaded authentication cookies from .codereview_upload_cookies'
10 echo 'Issue created. URL: https://codereview.chromium.org/1234567890'
11 echo ' Uploading base_file for some/path/first.file: OK'
12 echo ' Uploading some/path/first.file: OK'
13 echo ' Uploading base_file for some/path/second.file: OK'
14 echo ' Uploading some/path/second.file: OK'
15 echo ' Uploading base_file for some/path/third.file: OK'
16 echo ' Uploading some/path/third.file: OK'
17 echo 'Finalizing upload: OK'
OLDNEW
« 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