Line | |
---|
1 | =head1 NAME |
---|
2 | |
---|
3 | fcm diff (di) |
---|
4 | |
---|
5 | =head1 SYNOPSIS |
---|
6 | |
---|
7 | 1. fcm diff --branch [OPTIONS] [TARGET] |
---|
8 | 2. fcm diff [OPTIONS] [ARGS] |
---|
9 | |
---|
10 | =over 4 |
---|
11 | |
---|
12 | =item 1. |
---|
13 | |
---|
14 | Show differences relative to the base of the target branch, i.e. the changes |
---|
15 | available for merging from the target branch into its parent. If TARGET is |
---|
16 | specified, it must either be a URL or a working copy. Otherwise, the target is |
---|
17 | the the current directory which must be a working copy. The target URL must be a |
---|
18 | branch in a standard FCM project. |
---|
19 | |
---|
20 | =item 2. |
---|
21 | |
---|
22 | See description of "L<svn|svn> diff" below. |
---|
23 | |
---|
24 | =back |
---|
25 | |
---|
26 | =head1 OPTIONS |
---|
27 | |
---|
28 | Valid options with --branch: |
---|
29 | |
---|
30 | =over 4 |
---|
31 | |
---|
32 | =item --diff-cmd arg |
---|
33 | |
---|
34 | As described below in the help for "L<svn|svn> diff". |
---|
35 | |
---|
36 | =item -g [--graphical] |
---|
37 | |
---|
38 | As described below. |
---|
39 | |
---|
40 | =item --summarise |
---|
41 | |
---|
42 | As described below |
---|
43 | |
---|
44 | =item --summarize |
---|
45 | |
---|
46 | As described below in the help for "L<svn|svn> diff". |
---|
47 | |
---|
48 | =item -t [--trac] |
---|
49 | |
---|
50 | If TARGET is a URL, use Trac to display the diff. |
---|
51 | |
---|
52 | =item --wiki |
---|
53 | |
---|
54 | If TARGET is a URL, print Trac link for the diff. |
---|
55 | |
---|
56 | =item -x [--extensions] arg |
---|
57 | |
---|
58 | As described below in the help for "L<svn|svn> diff". |
---|
59 | |
---|
60 | =back |
---|
61 | |
---|
62 | Other options: |
---|
63 | |
---|
64 | =over 4 |
---|
65 | |
---|
66 | =item -g [--graphical] |
---|
67 | |
---|
68 | Use a graphical diff tool to display the differences. This option should not be |
---|
69 | used in combination with --diff-cmd. |
---|
70 | |
---|
71 | =item --summarise |
---|
72 | |
---|
73 | Same as --summarize as described below. |
---|
74 | |
---|
75 | =back |
---|
76 | |
---|
77 | For other options, see output of "L<svn|svn> help diff". |
---|
78 | |
---|
79 | =cut |
---|
Note: See
TracBrowser
for help on using the repository browser.