On Tuesday, December 6, 2011, Michael Droettboom wrote:
> Yesterday I managed to accidentally move the v1.1.x branch pointer to
> point to master. I have since moved it back, but you may need to rebase
> if you have any active branches based on the (wrong) v1.1.x branch. The
> following should s
I'm not sure if this is the right place to report this, but the link
to Python(x, y) on
http://matplotlib.sourceforge.net/users/installing.html points to a
page that no longer exists.
--
Jim Hunziker
--
Cloud Services Che
Yesterday I managed to accidentally move the v1.1.x branch pointer to
point to master. I have since moved it back, but you may need to rebase
if you have any active branches based on the (wrong) v1.1.x branch. The
following should suffice:
git fetch upstream
git rebase upstream/v1.1.x