You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2007/08/17 03:22:10 UTC

Re: svn commit: r26128 - in branches/ctypes-python-bindings: csvn test

sage@tigris.org wrote:
> Author: sage
> Date: Thu Aug 16 17:47:11 2007
> New Revision: 26128
> 
> Log:
> Add ability to set revision props to ctypes python remote repository class. Acts as a wrapper
> for svn_client_revprop_set(). Also add a test for the new method.
> 
> * (csvn/repos.py):
>   (revprop_set): New method to set revision properties.
> * (test/remoterepos.py):
>   (test_revprop_set): New method to test revprop_set() method.

Hi Sage,

Please make sure to wrap the log messages (and any code) at 80 characters.

Thanks,
Blair


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r26128 - in branches/ctypes-python-bindings: csvn test

Posted by Sage La Torra <sa...@gmail.com>.
My mistake, I was working from a public terminal, so my normal trick
(code editing window stuck at 80 character width) didn't work. My
apologies.

Sage

On 8/16/07, Blair Zajac <bl...@orcaware.com> wrote:
> sage@tigris.org wrote:
> > Author: sage
> > Date: Thu Aug 16 17:47:11 2007
> > New Revision: 26128
> >
> > Log:
> > Add ability to set revision props to ctypes python remote repository class. Acts as a wrapper
> > for svn_client_revprop_set(). Also add a test for the new method.
> >
> > * (csvn/repos.py):
> >   (revprop_set): New method to set revision properties.
> > * (test/remoterepos.py):
> >   (test_revprop_set): New method to test revprop_set() method.
>
> Hi Sage,
>
> Please make sure to wrap the log messages (and any code) at 80 characters.
>
> Thanks,
> Blair
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org