On Oct 31, 2016, at 15:20, Skip Montanaro <[email protected]> wrote: > I need to do a little 2.6 spelunking. I don't see a 2.6 branch in the output > of "hg branches". Is "hg clone v2.6.9" the proper incantation to get the > latest version (or perhaps "v2.6")?
hg update -C v2.6.9 -- Ned Deily [email protected] -- [] _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
