--
---
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 web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
Web2py has two repositories and many users are not likely to follow/star both.
Any plans for dropping hg repo in the future? (just curious)
Marin (mobile)
--
Call me a Luddite but I still like hg. Maybe it's cuz it's written Python... ;-)
--
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://rein...@code.google.com/p/pyafipws/
git = git+ssh://g...@github.com/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.
done--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)