Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2376ea

Browse files
committed
update docs to fetch less from svn when using git
svn path=/trunk/matplotlib/; revision=6877
1 parent de40216 commit b2376ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/coding_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ enter the following commands::
177177
git svn init --branches=branches --trunk=trunk/matplotlib --tags=tags https://matplotlib.svn.sourceforge.net/svnroot/matplotlib
178178

179179
# Now just get the latest svn revisions from the SourceForge SVN repository
180-
git svn fetch -r 6300:HEAD
180+
git svn fetch -r 6800:HEAD
181181

182182
.. _matplotlib github mirror: http://github.com/astraw/matplotlib
183183

0 commit comments

Comments
 (0)