[Python-Dev] No tags in semi-official github mirror of cpython repository.
Oleg Broytman
phd at phdru.name
Sat May 16 13:34:56 CEST 2015
More information about the Python-Dev mailing list
Sat May 16 13:34:56 CEST 2015
- Previous message (by thread): [Python-Dev] No tags in semi-official github mirror of cpython repository.
- Next message (by thread): [Python-Dev] cpython (merge 3.4 -> default): Added tests for more builtin types.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi! On Sat, May 16, 2015 at 11:45:38AM +0900, INADA Naoki <songofacandy at gmail.com> wrote: > I foud "semi official github mirror" of cpython. > https://github.com/python/cpython > > I want to use it as upstream of our project (Translating docs in Japanese). > But it doesn't have tags. > > Is the repository stable enough for forking project like us? Or should we > use mercurial? > Could you mirror tags too? If you prefer to use git for development instead of mercurial, like I do, you can try some hg-to-git gateways. I tried hg-fast-export and git-remote-hg and found the latter to be much better. See https://github.com/felipec/git-remote-hg and https://github.com/felipec/git/wiki/Comparison-of-git-remote-hg-alternatives > Thanks > -- > INADA Naoki <songofacandy at gmail.com> Oleg. -- Oleg Broytman http://phdru.name/ phd at phdru.name Programmers don't die, they just GOSUB without RETURN.
- Previous message (by thread): [Python-Dev] No tags in semi-official github mirror of cpython repository.
- Next message (by thread): [Python-Dev] cpython (merge 3.4 -> default): Added tests for more builtin types.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list