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

source: vendors/lib/FCM/CLI/fcm-diff.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: 875 bytes
Line 
1=head1 NAME
2
3fcm diff (di)
4
5=head1 SYNOPSIS
6
7Display the differences between two revisions or paths.
8
9    1. fcm diff --branch [OPTIONS] [TARGET]
10       fcm diff -b                 [TARGET]
11    2. fcm diff [OPTIONS] [ARGS]
12
13=over 4
14
15=item 1.
16
17This usage is deprecated. It is replaced by C<fcm branch-diff>. Type
18C<fcm help branch-diff> for detail.
19
20=item 2.
21
22See the output of "L<svn|svn> help diff".
23
24=back
25
26=head1 OPTIONS
27
28The following are additional options supported by C<fcm diff>.
29
30=over 4
31
32=item --graphical, -g
33
34If this option is specified, the command uses a graphical tool to display the
35differences. This option can be used in combination with all other valid
36options except --diff-cmd and --extensions.
37
38=item --summarise
39
40This option is implemented in FCM as a wrapper to the Subversion --summarize
41option. It prints only a summary of the results.
42
43=back
44
45=cut
Note: See TracBrowser for help on using the repository browser.