On Friday, September 6, 2013 10:50:54 AM UTC-7, Mariano Reingart wrote: > > 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: > > Thanks for this ... I'm a mercurial personality, too, but hadn't gotten on to figuring out the settings.
> [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. > > /dps -- --- 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.

