dlr@tigris.org writes:
> Author: dlr
> Date: Fri Sep 29 10:51:08 2006
> New Revision: 21716
>
> Log:
> * subversion/svnadmin/main.c
> (cmd_table): Improve wording of help for the "setlog" command.
>
>
> Modified:
> trunk/subversion/svnadmin/main.c
>
> Modified: trunk/subversion/svnadmin/main.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/svnadmin/main.c?pathrev=21716&r1=21715&r2=21716
> ==============================================================================
> --- trunk/subversion/svnadmin/main.c (original)
> +++ trunk/subversion/svnadmin/main.c Fri Sep 29 10:51:08 2006
> @@ -394,8 +394,9 @@
> "from your post-revprop-change hook, or because the modification of\n"
> "revision properties has not been enabled in the pre-revprop-change\n"
> "hook).\n\n"
> - "NOTE: revision properties are not historied, so this command\n"
> - "will permanently overwrite the previous log message.\n"),
> + "NOTE: Revision properties are not versioned (e.g. no revision history\n"
> + "is maintained), so this command will permanently overwrite the previous\n"
> + "log message.\n"),
'e.g.' doesn't quite read correctly there, perhaps you should use
'i.e'? But really I think we should assume the user knows what
versioned means and drop the () clause. It's not really 'permanent'
either :)
--
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 7 00:31:43 2006