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

Re: svn commit: r1033760 - /subversion/trunk/subversion/svn/util.c

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 1 Jun 2011 19:01:10 -0400

Really?

On Wed, Nov 10, 2010 at 17:22, <stsp_at_apache.org> wrote:
> Author: stsp
> Date: Wed Nov 10 22:22:47 2010
> New Revision: 1033760
>
> URL: http://svn.apache.org/viewvc?rev=1033760&view=rev
> Log:
> * subversion/svn/util.c
>  (svn_cl__print_commit_info): : There is a theory which states that if
>   ever anyone discovers exactly what the Universe is for and why it is here,
>   it will instantly disappear and be replaced by something even more bizarre
>   and inexplicable.
>   There is another theory which states that this has already happened.
>
> Review by: danielsh
>
> Modified:
>    subversion/trunk/subversion/svn/util.c
>
> Modified: subversion/trunk/subversion/svn/util.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/util.c?rev=1033760&r1=1033759&r2=1033760&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/util.c (original)
> +++ subversion/trunk/subversion/svn/util.c Wed Nov 10 22:22:47 2010
> @@ -71,8 +71,13 @@ svn_cl__print_commit_info(const svn_comm
>                           apr_pool_t *pool)
>  {
>   if (SVN_IS_VALID_REVNUM(commit_info->revision))
> -    SVN_ERR(svn_cmdline_printf(pool, _("\nCommitted revision %ld.\n"),
> -                               commit_info->revision));
> +    SVN_ERR(svn_cmdline_printf(pool, _("\nCommitted revision %ld%s.\n"),
> +                               commit_info->revision,
> +                               getenv("SVN_I_LOVE_PANGALACTIC_GARGLE_BLASTER")
> +                                 && commit_info->revision == 42
> +                                 ?  _(" (the answer to life, the universe, "
> +                                      "and everything)")
> +                                 : ""));
>
>   /* Writing to stdout, as there maybe systems that consider the
>    * presence of stderr as an indication of commit failure.
>
>
>
Received on 2011-06-02 01:01:42 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.