I'm using hg-git extension to get the best of both worlds: http://hg-git.github.io/
It allows to work with git repos using mercurial tools. Even you can maintain a mercurial repo and a github repo easily. For example, in .hg/hgrc configuring both repos: [paths] default = https://[email protected]/p/pyafipws/ git = git+ssh://[email protected]/reingart/pyafipws.git Then, you can push to github: hg push git and to googlecode as usual: hg push The best thing is that it will convert the changeset and metadata automatically between the two repositories: https://github.com/reingart/pyafipws/commits/master https://code.google.com/p/pyafipws/source/list I'm using it to set up read-write mirrows of googlecode projects in github, maybe this can help to unify the repos of web2py. BTW, I also prefer mercurial, as it is easier for newcomers and begginers. Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

