source: LMDZ6/branches/Amaury_dev/tools/fcm/lib/FCM/CLI/fcm-branch-info.pod @ 5209

Last change on this file since 5209 was 5129, checked in by abarral, 4 months ago

Re-add removed by mistake fcm

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