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