1REPO(1) Repo Manual REPO(1)
2
3
4
6 repo - repo branches - manual page for repo branches
7
9 repo branches [<project>...]
10
12 Summary
13
14 View current topic branches
15
16 Summarizes the currently available topic branches.
17
18 # Branch Display
19
20 The branch display output by this command is organized into four col‐
21 umns of information; for example:
22
23 *P nocolor
24 | in repo
25
26 repo2 |
27
28 The first column contains a * if the branch is the currently checked
29 out branch in any of the specified projects, or a blank if no project
30 has the branch checked out.
31
32 The second column contains either blank, p or P, depending upon the up‐
33 load status of the branch.
34
35 (blank): branch not yet published by repo upload
36
37 P: all commits were published by repo upload p: only some com‐
38 mits were published by repo upload
39
40 The third column contains the branch name.
41
42 The fourth column (after the | separator) lists the projects that the
43 branch appears in, or does not appear in. If no project list is shown,
44 then the branch appears in all projects.
45
47 -h, --help
48 show this help message and exit
49
50 -j JOBS, --jobs=JOBS
51 number of jobs to run in parallel (default: based on number of
52 CPU cores)
53
54 Logging options:
55 -v, --verbose
56 show all output
57
58 -q, --quiet
59 only show errors
60
61 Run `repo help branches` to view the detailed manual.
62
63
64
65repo branches July 2021 REPO(1)