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

Re: [PATCH] Message cleanups.

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2005-04-01 15:07:59 CEST

Kobayashi Noritada wrote:
> Index: subversion/svnadmin/main.c
> ===================================================================
> --- subversion/svnadmin/main.c (revision 13800)
> +++ subversion/svnadmin/main.c (working copy)
> @@ -1029,7 +1029,7 @@
> SVN_ERR (svn_cmdline_printf (pool, _("Owner: %s\n"), lock->owner));
> SVN_ERR (svn_cmdline_printf (pool, _("Created: %s\n"), cr_date));
> SVN_ERR (svn_cmdline_printf (pool, _("Expires: %s\n"), exp_date));
> - SVN_ERR (svn_cmdline_printf (pool, _("Comment (%i %s):\n%s\n\n"),
> + SVN_ERR (svn_cmdline_printf (pool, _("Comment (%i %s):\n%s\n"),

The extra newline there was required to separate the descriptions of multiple
locks, so please re-insert it.

Everything else looks good.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 1 15:09:15 2005

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.