Lines Matching refs:py
4 `repo_pull.py` pulls multiple change lists from a Gerrit code review website.
5 A user may specify a query string and `repo_pull.py` will pull the matching
11 repo_pull.py pull 'topic:repo-pull-initial-cl' \
19 `repo_pull.py` requires `.gitcookies` to access Gerrit APIs. Please
39 $ repo_pull.py [sub-command] [query] \
48 * `repo_pull.py json` prints the change lists in the JSON file format.
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.
103 repo_pull.py json 'topic:repo-pull-initial-cl' \
111 repo_pull.py bash 'topic:repo-pull-initial-cl' \
119 repo_pull.py pull 'topic:repo-pull-initial-cl' \