|
From: <as...@us...> - 2009-02-04 22:22:06
|
Revision: 6877
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6877&view=rev
Author: astraw
Date: 2009-02-04 21:44:05 +0000 (Wed, 04 Feb 2009)
Log Message:
-----------
update docs to fetch less from svn when using git
Modified Paths:
--------------
trunk/matplotlib/doc/devel/coding_guide.rst
Modified: trunk/matplotlib/doc/devel/coding_guide.rst
===================================================================
--- trunk/matplotlib/doc/devel/coding_guide.rst 2009-02-04 21:43:08 UTC (rev 6876)
+++ trunk/matplotlib/doc/devel/coding_guide.rst 2009-02-04 21:44:05 UTC (rev 6877)
@@ -177,7 +177,7 @@
git svn init --branches=branches --trunk=trunk/matplotlib --tags=tags https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
# Now just get the latest svn revisions from the SourceForge SVN repository
- git svn fetch -r 6300:HEAD
+ git svn fetch -r 6800:HEAD
.. _matplotlib github mirror: http://github.com/astraw/matplotlib
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|