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-diff.pod in vendors/FCM-2017.10.0/lib/FCM/CLI – NEMO

source: vendors/FCM-2017.10.0/lib/FCM/CLI/fcm-branch-diff.pod @ 12899

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

Reimport latest FCM release

File size: 998 bytes
Line 
1=head1 NAME
2
3fcm branch-diff (bdiff, bdi)
4
5=head1 SYNOPSIS
6
7Show differences relative to the base of the target branch, i.e. the changes
8available for merging from the target branch into its parent.
9
10    fcm branch-diff [OPTIONS] [TARGET]
11
12=head1 ARGUMENTS
13
14If TARGET is specified, it must either be a URL or a working copy. Otherwise,
15the target is the current directory which must be a working copy. The target
16URL must be a branch in a standard FCM project.
17
18=head1 OPTIONS
19
20=over 4
21
22=item --diff-cmd=PATH
23
24Use PATH as I<diff> command.
25
26=item --graphical, -g
27
28Equivalent to C<--diff-cmd=fcm_graphic_diff>.
29
30=item --summarize, --summarise
31
32Show a summary of the results.
33
34=item --xml
35
36With --summarise, show a summary of the results in XML format.
37
38=item --trac, -t
39
40If TARGET is a URL, use Trac to display the diff.
41
42=item --wiki
43
44If TARGET is a URL, print Trac link for the diff.
45
46=item --extensions=ARG, -x ARG
47
48Options of the I<diff> command. See the help for "L<svn|svn> diff".
49
50=back
51
52=cut
Note: See TracBrowser for help on using the repository browser.