This file is indexed.

/usr/share/perl5/FCM/CLI/fcm-branch-info.pod is in fcm 2016.12.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=head1 NAME

fcm branch-info (binfo)

=head1 SYNOPSIS

Displays information of a branch.

    fcm branch-info [OPTIONS] [TARGET]

=head1 ARGUMENTS

TARGET can be an URL or a Subversion working copy. Otherwise, the current
working directory must be a working copy. The specified URL (or the URL of the
working copy) must be a URL under a valid branch in a standard FCM project.

=head1 OPTIONS

=over 4

=item --verbose, -v

Print extra information.

=item --show-all, -a

Set --show-children, --show-other and --show-siblings.

=item --show-children

Report children of the current branch.

=item --show-other

Report custom/ reverse merges into the current branch.

=item --show-siblings

Report merges with siblings of the current branch.

=back

=cut