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