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

[PATCH] Add missing newline to message

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2005-04-17 03:44:17 CEST

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"),

http://sunbase.org/src/subversion/patch/r14260.missing_newline.patch
1472df3827ce8afd33f0be0c0aa7d54a r14260.missing_newline.patch

-- sunny256

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