Login | Register
My pages Projects Community openCollabNet

Discussions > dev [DISABLED] > Re: svn commit: r36569 - in branches/1.6.x: . subversion/bindings/ctypes-python/csvn

subversion
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

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

Author "Hyrum K dot Wright" <hyrum_wright at mail dot utexas dot edu>
Full name "Hyrum K dot Wright" <hyrum_wright at mail dot utexas dot edu>
Date 2009-03-14 17:13:30 PDT
Message 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/subve​rsion/bindings/ctype​s-python/csvn/repos.​py
>
> Merged:
> /trunk:r36559
> /branches/1.6.x:r36559
>
> Modified: branches/1.6.x/STATUS
> URL: http://svn.collab.ne​t/viewvc/svn/branche​s/1.6.x/STATUS?pathr​ev=36569&r1=3656​8&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/subve​rsion/bindings/ctype​s-python/csvn/
> repos.py
> URL: http://svn.collab.ne​t/viewvc/svn/branche​s/1.6.x/subversion/b​indings/ctypes-pytho​n/csvn/repos.py?path​rev=36569&r1=365​68&r2=36569
> =
> =
> =
> =
> =
> =
> =
> =
> ====================​====================​====================​==========
> --- branches/1.6.x/subve​rsion/bindings/ctype​s-python/csvn/repos.​py
> Sat Mar 14 16:38:57 2009 (r36568)
> +++ branches/1.6.x/subve​rsion/bindings/ctype​s-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.ti​gris.org/ds/viewMess​age.do?dsForumId=495​&dsMessageId=132​3904

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

Re: svn commit: r36569 - in branches/1.6.x: . subversion/bindings/ctypes-python/csvn "Hyrum K dot Wright" <hyrum_wright at mail dot utexas dot edu> "Hyrum K dot Wright" <hyrum_wright at mail dot utexas dot edu> 2009-03-14 17:13:30 PDT
Messages per page: