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

Re: [PATCH] Add missing newline to message

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-17 11:52:41 CEST

Øyvind A. Holm wrote:
> A message tweak in r13997 results in a message line which has a length
> of 100 characters. This patch fixes the message:
>
> [[[
> Add missing newline to message to keep line length below 79 chars.
>
> * subversion/clients/cmdline/main.c
> Insert missing \n to message in svn_cl__cmd_table[] .
> ]]]
>
> Index: subversion/clients/cmdline/main.c
> ===================================================================
> --- subversion/clients/cmdline/main.c (revision 14260)
> +++ subversion/clients/cmdline/main.c (working copy)
> @@ -345,7 +345,7 @@
> "usage: import [PATH] URL\n"
> "\n"
> " Recursively commit a copy of PATH to URL.\n"
> - " If PATH is omitted '.' is assumed."
> + " If PATH is omitted '.' is assumed.\n"
> " Parent directories are created as necessary in the
> repository.\n"
> " If PATH is a directory, the contents of the directory are
> added\n"
> " directly under URL.\n"),

Approved, please commit.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 17 11:53:35 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.