r1335651 | stsp | 2012-05-08 12:24:33 -0500 (Tue, 08 May 2012)
In the output of 'svn help log', provide an example that shows how
to view log messages for any changes the next 'svn update' will apply.
* subversion/svn/main.c
(svn_cl__cmd_table): Add an example to 'svn help log': svn log -rBASE:HEAD
* subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout:
Adjust expected output.
Inspired by: anatoly techtonik
http://svn.haxx.se/users/archive-2012-05/0098.shtml
r989327 | stsp | 2010-08-25 14:57:05 -0500 (Wed, 25 Aug 2010)
Rename the --git-diff option to --git for consistency with Mercurial.
* subversion/svn/main.c
(svn_cl__options): Rename "--git-diff" option to "--git".
* subversion/tests/cmdline/diff_tests.py:
(diff_git_format_wc_wc, diff_git_format_url_wc,
diff_git_format_url_url, diff_git_empty_files): Adjust.
Patch by: anatoly techtonik <techtonik@gmail.com>
(log message tweaked slightly by me)
r989320 | cmpilato | 2010-08-25 14:40:52 -0500 (Wed, 25 Aug 2010)
Fix some broken links in the Community Guide.
* site/publish/docs/community-guide/general.part.html,
* site/publish/docs/community-guide/roles.part.html
Fix links to "Writing log messages" section.
Patch by: Anatoly Techtonik <techtonik@gmail.com>