You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@mail.utexas.edu> on 2009/03/15 00:13:27 UTC

Re: svn commit: r36569 - in branches/1.6.x: . subversion/bindings/ctypes-python/csvn

This looks like a bit more than just a nomination.  :)

On Mar 14, 2009, at 7:09 PM, David James wrote:

> Author: djames
> Date: Sat Mar 14 17:09:51 2009
> New Revision: 36569
>
> Log:
> * STATUS: Nominate and vote for r36559
>
> Modified:
>   branches/1.6.x/   (props changed)
>   branches/1.6.x/CHANGES   (props changed)
>   branches/1.6.x/STATUS
>   branches/1.6.x/subversion/bindings/ctypes-python/csvn/repos.py
>
> Merged:
>   /trunk:r36559
>   /branches/1.6.x:r36559
>
> Modified: branches/1.6.x/STATUS
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x/STATUS?pathrev=36569&r1=36568&r2=36569
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- branches/1.6.x/STATUS	Sat Mar 14 16:38:57 2009	(r36568)
> +++ branches/1.6.x/STATUS	Sat Mar 14 17:09:51 2009	(r36569)
> @@ -15,6 +15,11 @@ Status of 1.6.0:
>
> Candidate changes:
>
> +  * r36559
> +    Fix warning in Python 2.6 for ctypes-python bindings
> +    Votes:
> +      +1: djames
> +
>   * r36093, r36292, r36406
>     Improve some messages.
>     Votes:
>
> Modified: branches/1.6.x/subversion/bindings/ctypes-python/csvn/ 
> repos.py
> URL: http://svn.collab.net/viewvc/svn/branches/1.6.x/subversion/bindings/ctypes-python/csvn/repos.py?pathrev=36569&r1=36568&r2=36569
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> = 
> ======================================================================
> --- branches/1.6.x/subversion/bindings/ctypes-python/csvn/repos.py	 
> Sat Mar 14 16:38:57 2009	(r36568)
> +++ branches/1.6.x/subversion/bindings/ctypes-python/csvn/repos.py	 
> Sat Mar 14 17:09:51 2009	(r36569)
> @@ -433,7 +433,7 @@ class LocalRepository(object):
>     def txn(self):
>         """Open up a new transaction, so that you can commit a change
>            to the repository"""
> -        assert(self.user is not None,
> +        assert self.user is not None, (
>                "If you would like to commit changes to the  
> repository, "
>                "you must supply a user object when you initialize "
>                "the repository object")
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1323904

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1323923