[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Patch for svn diff -x help message

From: <kfogel_at_collab.net>
Date: 2004-12-04 19:07:00 CET

Thanks!

Can I be fussy for a bit?

Can you repost with "[PATCH]" in the subject line, and include a log
message, written in the project's standard format? See
http://subversion.tigris.org/mailing-list-guidelines.html#patches for
details.

Best,
-Karl

Andy Lester <andy@petdance.com> writes:
> Index: subversion/clients/cmdline/main.c
> ===================================================================
> --- subversion/clients/cmdline/main.c (revision 12141)
> +++ subversion/clients/cmdline/main.c (working copy)
> @@ -95,7 +95,7 @@
> N_("specify a username ARG")},
> {"password", svn_cl__auth_password_opt, 1,
> N_("specify a password ARG")},
> - {"extensions", 'x', 1, N_("pass ARG as bundled options to diff (default: '-u')")},
> + {"extensions", 'x', 1, N_("pass ARG as options to --diff-cmd (default: '-u')")},
> {"targets", svn_cl__targets_opt, 1,
> N_("pass contents of file ARG as additional args")},
> {"xml", svn_cl__xml_opt, 0, N_("output in XML")},
> @@ -286,8 +286,8 @@
> "\n"
> " Use just 'svn diff' to display local modifications in "
> "a working copy.\n"),
> - {'r', svn_cl__old_cmd_opt, svn_cl__new_cmd_opt, 'x', 'N',
> - svn_cl__diff_cmd_opt, svn_cl__no_diff_deleted,
> + {'r', svn_cl__old_cmd_opt, svn_cl__new_cmd_opt, 'N',
> + svn_cl__diff_cmd_opt, 'x', svn_cl__no_diff_deleted,
> svn_cl__notice_ancestry_opt, svn_cl__force_opt, SVN_CL__AUTH_OPTIONS,
> svn_cl__config_dir_opt} },
>
>
> --
> Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 4 19:12:04 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.