On Oct 31, 2016, at 15:25, Ned Deily <n...@python.org> wrote:
> On Oct 31, 2016, at 15:20, Skip Montanaro <skip.montan...@gmail.com> 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

To expand a bit, that command will update to the 2.6.9 release. You don't see a 
2.6 branch because it has been marked as closed.  hg branches -c will show all 
branches.  hg update -C 2.6 will update to the latest head of the 2.6 branch 
but that should essentially be the same as the tag v2.6.9.

hg help branches

--
  Ned Deily
  n...@python.org -- []

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to