Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | fcm branch-info (binfo) |
---|
4 | |
---|
5 | =head1 SYNOPSIS |
---|
6 | |
---|
7 | Displays information of a branch. |
---|
8 | |
---|
9 | fcm branch-info [OPTIONS] [TARGET] |
---|
10 | |
---|
11 | =head1 ARGUMENTS |
---|
12 | |
---|
13 | TARGET can be an URL or a Subversion working copy. Otherwise, the current |
---|
14 | working directory must be a working copy. The specified URL (or the URL of the |
---|
15 | working copy) must be a URL under a valid branch in a standard FCM project. |
---|
16 | |
---|
17 | =head1 OPTIONS |
---|
18 | |
---|
19 | =over 4 |
---|
20 | |
---|
21 | =item --verbose, -v |
---|
22 | |
---|
23 | Print extra information. |
---|
24 | |
---|
25 | =item --show-all, -a |
---|
26 | |
---|
27 | Set --show-children, --show-other and --show-siblings. |
---|
28 | |
---|
29 | =item --show-children |
---|
30 | |
---|
31 | Report children of the current branch. |
---|
32 | |
---|
33 | =item --show-other |
---|
34 | |
---|
35 | Report custom/ reverse merges into the current branch. |
---|
36 | |
---|
37 | =item --show-siblings |
---|
38 | |
---|
39 | Report merges with siblings of the current branch. |
---|
40 | |
---|
41 | =back |
---|
42 | |
---|
43 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.