Lines Matching refs:pull
5 A user may specify a query string and `repo_pull.py` will pull the matching
8 For example, to pull the `repo-pull-initial-cl` topic from AOSP, run this
11 repo_pull.py pull 'topic:repo-pull-initial-cl' \
34 Note: For Googlers, please read go/repo-pull-for-google for details.
52 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists.
54 * `repo_pull.py pull` *pulls the change lists* immediately.
101 To print the change lists with the topic `repo-pull-initial-cl` in JSON file
105 repo_pull.py json 'topic:repo-pull-initial-cl' \
109 To print the bash commands that can pull the change lists, use the `bash`
113 repo_pull.py bash 'topic:repo-pull-initial-cl' \
118 To pull the change lists immediately, use the `pull` command:
121 repo_pull.py pull 'topic:repo-pull-initial-cl' \