[Python-Dev] Please sync your feature branches
Stefan Krah
stefan-usenet at bytereef.org
Sun Mar 6 13:52:57 CET 2011
Georg Brandl <g.brandl at gmx.net> wrote:
> > 2) 3.2, 3.1 and legacy-trunk show up as 'inactive' on the command line, but
> > not in the web interface. Should these be closed to avoid confusion?
>
> Hmm, and legacy-trunk should already be closed actually. It does not show
> up in "hg branches" for me.
It does here after a fresh clone:
$ hg clone http://hg.python.org/features/py3k-cdecimal/
...
$ hg branches
default 47990:6a1c8fcce229
3.2 47988:a0752d92d207 (inactive)
3.1 47987:9e9aa450a5f8 (inactive)
legacy-trunk 33482:cde58cd07e7d (inactive)
Stefan Krah
More information about the Python-Dev
mailing list