You should let the RM decide what is "obvious" or not, what should be
merged, and to do the actual merging.
On Sat, Feb 28, 2009 at 22:28, Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA_at_gmail.com> wrote:
> Author: arfrever
> Date: Sat Feb 28 13:28:46 2009
> New Revision: 36214
>
> Log:
> On the '1.6.x' branch:
> Merge obvious fix r36213 from trunk.
>
> Â * r36213
> Â * subversion/svn/main.c
> Â Â (svn_cl__cmd_table."status"): Update help message for 'svn status'.
>
> Modified:
> Â branches/1.6.x/ Â (props changed)
> Â branches/1.6.x/CHANGES Â (props changed)
> Â branches/1.6.x/subversion/svn/main.c
>
> Merged:
> Â /trunk:r36213
>
> Modified: branches/1.6.x/subversion/svn/main.c
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x/subversion/svn/main.c?pathrev=36214&r1=36213&r2=36214
> ==============================================================================
> --- branches/1.6.x/subversion/svn/main.c     Sat Feb 28 13:14:42 2009     (r36213)
> +++ branches/1.6.x/subversion/svn/main.c     Sat Feb 28 13:28:46 2009     (r36214)
> @@ -2,7 +2,7 @@
> Â * main.c: Â Subversion command line client.
> Â *
> Â * ====================================================================
> - * Copyright (c) 2000-2008 CollabNet. Â All rights reserved.
> + * Copyright (c) 2000-2009 CollabNet. Â All rights reserved.
> Â *
> Â * This software is licensed as described in the file COPYING, which
> Â * you should have received as part of this distribution. Â The terms
> @@ -899,7 +899,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
> Â Â Â " Â Â svn status\n"
> Â Â Â " Â Â M Â Â Â wc/bar.c\n"
> Â Â Â " Â Â ! Â Â C wc/qaz.c\n"
> - Â Â " Â Â Â Â Â > Â incoming edit, local missing\n"
> + Â Â " Â Â Â Â Â > Â local missing, incoming edit upon update\n"
> Â Â Â " Â Â D Â Â Â wc/qax.c\n"),
> Â Â { 'u', 'v', 'N', opt_depth, 'q', opt_no_ignore, opt_incremental, opt_xml,
> Â Â Â opt_ignore_externals, opt_changelist} },
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1246649
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1247503
Received on 2009-03-01 01:16:26 CET