[web2py] Re: there is a git hg plugin

2010-04-06 Thread mdipierro
Thank you. I will look into this. Massimo On Apr 6, 6:27 pm, dspiteself wrote: > then to set it up. > > $ cd web2py # (a Mercurial repository) > $ hg bookmark -r default master # make a bookmark of master for > default, so a ref gets created > $ hg push git+ssh://@github.com:web2py/web2py.gi

[web2py] Re: there is a git hg plugin

2010-04-06 Thread dspiteself
then to set it up. $ cd web2py # (a Mercurial repository) $ hg bookmark -r default master # make a bookmark of master for default, so a ref gets created $ hg push git+ssh://g...@github.com:web2py/web2py.git # assuming you use your old github account $ hg push you may have to delete the existing f

[web2py] Re: there is a git hg plugin

2010-04-06 Thread dspiteself
Run easy_install hg-git, then add make sure the following is in your ~/.hgrc: [extensions] hgext.bookmarks = hggit = On Apr 5, 6:08 pm, mdipierro wrote: > hmmm. I do not object but I do not want to do any extra work. I do not > use a client except the shell one. If you send me a script to do it,

[web2py] Re: there is a git hg plugin

2010-04-05 Thread mdipierro
hmmm. I do not object but I do not want to do any extra work. I do not use a client except the shell one. If you send me a script to do it, I will use it. On Apr 5, 5:04 pm, dspiteself wrote: > Using your mercurial client you could setup 2 remotes. One remote be > github and one be your mercurial