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

Re: svn commit: r15277 - in trunk/subversion: clients/cmdline

From: <kfogel_at_collab.net>
Date: 2005-07-06 20:15:42 CEST

Philip Martin <philip@codematters.co.uk> writes:
> kfogel@tigris.org writes:
>
> > + return svn_error_create
> > + (SVN_ERR_CL_NO_EDITOR_WHEN_NONINTERACTIVE, NULL,
> > + _("Not invoking editor to get log message, "
> > + "because non-interactive"));
>
>
> > + SVN_ERRDEF (SVN_ERR_CL_NO_EDITOR_WHEN_NONINTERACTIVE,
> > + SVN_ERR_CL_CATEGORY_START + 10,
> > + "Cannot invoke editor when non-interactive behavior requested")
>
> Is "behavior" a typo or an American spelling of "behaviour"?

It's the American spelling:

  Google{"behavior"} ==> 95,800,000 hits
  Google{"behaviour"} ==> 24,200,000 hits

Don't feel bad, though -- you still have Australia and Canada.

   *ducks*

> I don't like the first message, how about something more like the second:
>
> "Cannot invoke editor to get log message when non-interactive"

That's much better; changed in r15279.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 6 21:03:37 2005

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.