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

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

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Sat, 14 Mar 2009 19:13:27 -0500

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
Received on 2009-03-15 01:13:50 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.