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

Side by Side Diff: man/src/prep_demo_repo.sh

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « man/src/make_docs.sh ('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
1 #!/bin/bash 1 #!/bin/bash
2 2
3 NO_AUTOPREP=True 3 NO_AUTOPREP=True
4 . common_demo_functions.sh 4 . common_demo_functions.sh
5 5
6 rm -rf $REMOTE 6 rm -rf $REMOTE
7 mkdir -p $REMOTE 7 mkdir -p $REMOTE
8 cd $REMOTE 8 cd $REMOTE
9 9
10 set_user "remote" 10 set_user "remote"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 CHAPTER 3: 95 CHAPTER 3:
96 Hilariousness! This chapter is awesome! 96 Hilariousness! This chapter is awesome!
97 EOF 97 EOF
98 git add "$WS" 98 git add "$WS"
99 set_user 'remote' 99 set_user 'remote'
100 c "Add best chapter2 ever!" 100 c "Add best chapter2 ever!"
101 101
102 c "Ensure FS is exited for all not-in-same-page navigations." 102 c "Ensure FS is exited for all not-in-same-page navigations."
103 c "Refactor data interchange format." 103 c "Refactor data interchange format."
OLDNEW
« no previous file with comments | « man/src/make_docs.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698