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' \
50 * `repo_pull.py bash` prints the *bash commands* that can pull the change lists.
52 * `repo_pull.py pull` *pulls the change lists* immediately.
99 To print the change lists with the topic `repo-pull-initial-cl` in JSON file
103 repo_pull.py json 'topic:repo-pull-initial-cl' \
107 To print the bash commands that can pull the change lists, use the `bash`
111 repo_pull.py bash 'topic:repo-pull-initial-cl' \
116 To pull the change lists immediately, use the `pull` command:
119 repo_pull.py pull 'topic:repo-pull-initial-cl' \