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

Re: svn commit: r1244312 - /subversion/trunk/subversion/tests/cmdline/svntest/main.py

From: Greg Stein <gstein_at_gmail.com>
Date: Wed, 15 Feb 2012 01:19:33 -0500

Since single blank lines are commonplace throughout our code/functions, I
do like to use double-blank to separate functions. Visually, it works well
to separate functions (or other semantic entities that typically contain
single blanks).

Maybe in this case, the file was using single-blank between funcs, so this
commit is just a normalization. Tho I might have doubled all the others
instead :-)

Cheers,
-g
On Feb 14, 2012 9:03 PM, <danielsh_at_apache.org> wrote:

> Author: danielsh
> Date: Wed Feb 15 02:02:40 2012
> New Revision: 1244312
>
> URL: http://svn.apache.org/viewvc?rev=1244312&view=rev
> Log:
> * subversion/tests/cmdline/svntest/main.py: Whitespace changes only.
>
> Modified:
> subversion/trunk/subversion/tests/cmdline/svntest/main.py
>
> Modified: subversion/trunk/subversion/tests/cmdline/svntest/main.py
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/svntest/main.py?rev=1244312&r1=1244311&r2=1244312&view=diff
>
> ==============================================================================
> --- subversion/trunk/subversion/tests/cmdline/svntest/main.py (original)
> +++ subversion/trunk/subversion/tests/cmdline/svntest/main.py Wed Feb 15
> 02:02:40 2012
> @@ -302,13 +302,11 @@ def get_start_commit_hook_path(repo_dir)
>
> return os.path.join(repo_dir, "hooks", "start-commit")
>
> -
> def get_pre_commit_hook_path(repo_dir):
> "Return the path of the pre-commit-hook conf file in REPO_DIR."
>
> return os.path.join(repo_dir, "hooks", "pre-commit")
>
> -
> def get_post_commit_hook_path(repo_dir):
> "Return the path of the post-commit-hook conf file in REPO_DIR."
>
>
>
>
Received on 2012-02-15 07:20:22 CET

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.