Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2014 08:38:39 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r274419 - svnadmin/hooks/scripts
Message-ID:  <201411120838.sAC8cdWj036967@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Wed Nov 12 08:38:38 2014
New Revision: 274419
URL: https://svnweb.freebsd.org/changeset/base/274419

Log:
  Fix a wording nit in detect-mergeinfo-bloat.pl
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl

Modified: svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl
==============================================================================
--- svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl	Wed Nov 12 08:36:42 2014	(r274418)
+++ svnadmin/hooks/scripts/detect-mergeinfo-bloat.pl	Wed Nov 12 08:38:38 2014	(r274419)
@@ -110,7 +110,7 @@ foreach my $line (&read_from_process('sv
 # and will not see this verbose message more than once.
 if (@errors) {
     warn "$0:\n\n", join("\n", @errors), "\n\n", <<EOS;
-    If you use "svn merge" then it must be done at the top directory
+    If you use "svn merge" then it must be done at the top level
     directory to prevent spread of mergeinfo records.  Resulting
     commits must ALSO be done from the root directory.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411120838.sAC8cdWj036967>