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