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

Re: [PATCH] Re-localise conflict prompt

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Sat, 13 Apr 2013 02:31:00 +0300

Please use text/* MIME type for attachments.

Mattias Engdegård wrote on Fri, Apr 12, 2013 at 22:04:57 +0200:
> + result = apr_pstrcat(pool, result,
> + _("Words in square brackets are the corresponding "
> + "--accept option arguments.\n"),
> + (char *)NULL);

The short codes ("mc", "mf", etc) are also valid as arguments to --accept.
Perhaps mention that?

eg, you could do what 'svn help' used to do:

  --changelist ARG : operate only on members of changelist ARG
                             [aliases: --cl]

(FWIW, what it does today is different:
  --changelist [--cl] ARG : operate only on members of changelist ARG
)

and then say "the option codes are also --accept argument" --- which
act as one form of documenting the "'--accept=mc' works" fact.

Makes sense?

Received on 2013-04-13 01:38:35 CEST

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.