Hi, Le 29/05/2011 12:00, Ned Deily a écrit : > Just a reminder and an FYI: the repo was left yesterday with an unmerged > change leaving the 3.2 branch open. When you're finished pushing > changes, it's always a good head idea to do an "hg branches" and make > sure that only the default (py3k) and 2.7 branches are open:
These nifty options will help you see only the relevant heads: $ hg heads --topo # will show e.g. an unmerged 3.1 head in the 3.2 repo $ hg heads . # shows only heads on this named branch Regards _______________________________________________ python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers