On Wednesday 03 March 2010 17:02:58 John Hunter wrote:
> On Wed, Mar 3, 2010 at 9:56 AM, Matthias Michler
>
> <matthiasmich...@gmx.net> wrote:
> > I attached a patch with modified documentation and further replacements
> > of 'get_bounds' in current svn. Could any of the developers have a look
> > at it and commit these changes or should a post the patch at the
> > patch-tracker?
>
> The patch looks good -- could I trouble you to make a patch against
> the maintenance branch, which I can then merge into the trunk
>
> http://matplotlib.sourceforge.net/devel/coding_guide.html#svn-checkouts
>
> Thanks!
> JDH

Hi John,

I'm sorry. I didn't do this before and propably I won't manage it today.

Which of the maintance branches do you mean? 
v0_91_maint/
v0_98_5_maint/
v0_99_maint/
or something completely different?

By the way I think the link on "devel/coding_guide.html" to get "svnmerge.py" 
seems to be broken:
http://svn.collab.net/repos/svn/trunk/contrib/client-side/svnmerge/svnmerge.py
and in the attached patch "doc_devel_coding_guide.patch" I replaced it by:
http://svn.apache.org/repos/asf/subversion/trunk/contrib/client-side/svnmerge/svnmerge.py

Kind regards,
Matthias
Index: doc/devel/coding_guide.rst
===================================================================
--- doc/devel/coding_guide.rst	(revision 8171)
+++ doc/devel/coding_guide.rst	(working copy)
@@ -82,8 +82,8 @@
 
 * install ``svnmerge.py`` in your PATH::
 
-    > wget http://svn.collab.net/repos/svn/trunk/contrib/client-side/\
-      svnmerge/svnmerge.py
+    > wget http://svn.apache.org/repos/asf/subversion/trunk/contrib/\
+      client-side/svnmerge/svnmerge.py
 
 * get a svn checkout of the branch you'll be making bugfixes to and
   the trunk (see above)
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to