On Tue, Feb 7, 2012 at 8:14 PM, Sean Farley <sean@mcs.anl.gov> wrote:
"Yoo, i've switched petsc-dev over to bitbucket since petsc.cs.itt.edu is down pull/push from https://bitbucket.org/petsc/petsc-dev

    Sean" - Barry impersonating me

I have pushed to bring it up to date with the latest master.

   Matt
 
Since petsc.cs is down, I don't have everyone's public SSH key. For now, if you need push access, just sign up for a free bitbucket account (can also use OpenID) and reply to this email with your bitbucket username. Barry, Matt, Jed, and Peter have write access already. Hong (hzhang), Dmitry (karpeev), and Lois (curfman) should have write access as long as the username in the parenthesis is your correct bitbucket name.

Also, BuildSystem is here:

https://bitbucket.org/petsc/buildsystem

where the same people as above have write access.

P.S. - To change your current default push url in mercurial, just edit $PETSC_DIR/.hg/hgrc

[paths]
default = https://bitbucket.org/petsc/petsc-dev

or if you uploaded your public SSH key to bitbucket already

[paths]
default = ssh://hg@bitbucket.org/petsc/petsc-dev

More info here:
http://confluence.atlassian.com/display/BITBUCKET/Using+the+SSH+protocol+with+bitbucket

P.P.S - While we're at it, here is a nice shortcut in mercurial. Place this in your ~/.hgrc

[extensions]
schemes =

[schemes]
petsc = ssh://hg@bitbucket.org/petsc

You can now clone like so: `hg clone petsc://petsc-dev` or `hg clone petsc://buildsystem`



--
What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.
-- Norbert Wiener