This file is indexed.

/usr/share/perl5/FCM/CLI/fcm-branch-diff.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
44
45
46
47
48
49
50
51
52
=head1 NAME

fcm branch-diff (bdiff, bdi)

=head1 SYNOPSIS

Show differences relative to the base of the target branch, i.e. the changes
available for merging from the target branch into its parent.

    fcm branch-diff [OPTIONS] [TARGET]

=head1 ARGUMENTS

If TARGET is specified, it must either be a URL or a working copy. Otherwise,
the target is the current directory which must be a working copy. The target
URL must be a branch in a standard FCM project.

=head1 OPTIONS

=over 4

=item --diff-cmd=PATH

Use PATH as I<diff> command.

=item --graphical, -g

Equivalent to C<--diff-cmd=fcm_graphic_diff>.

=item --summarize, --summarise

Show a summary of the results.

=item --xml

With --summarise, show a summary of the results in XML format.

=item --trac, -t

If TARGET is a URL, use Trac to display the diff.

=item --wiki

If TARGET is a URL, print Trac link for the diff.

=item --extensions=ARG, -x ARG

Options of the I<diff> command. See the help for "L<svn|svn> diff".

=back

=cut