New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-branch-info.pod in vendors/lib/FCM/CLI – NEMO

source: vendors/lib/FCM/CLI/fcm-branch-info.pod @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

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.