Julian Foad wrote:
> On Thu, 2008-08-14 at 11:18 -0400, C. Michael Pilato wrote:
>> {{{
>> Limit 'svn propget --strict' to a single target. [...]
> [...]
>> Index: subversion/svn/main.c
>> ===================================================================
>> --- subversion/svn/main.c (revision 32461)
>> +++ subversion/svn/main.c (working copy)
>> @@ -688,9 +688,10 @@
>> " By default, this subcommand will add an extra newline to the end\n"
>> " of the property values so that the output looks pretty. Also,\n"
>> " whenever there are multiple paths involved, each property value\n"
>> - " is prefixed with the path with which it is associated. Use\n"
>> - " the --strict option to disable these beautifications (useful,\n"
>> - " for example, when redirecting binary property values to a file).\n"),
>> + " is prefixed with the path with which it is associated. Use the\n"
>> + " --strict option to disable these beautifications (useful when re-\n"
>> + " directing binary property values to a file, but available only if\n"
>> + " you supply a single TARGET to a non-recursive propget operation).\n"),
>
> A minor wording improvement: s/re-directing binary property
> values/re-directing a binary property value/
r32480, with your (good) suggested wording improvement. Thanks for the
eyes, Julian.
--
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-08-14 19:16:40 CEST