On Mar 22, 2011, at 12:07 PM, Adrian Buehlmann wrote:

>FWIW, Mercurial's "mainline" is the branch with the name 'default'. This
>branch name is reserved, and it implies that the head with the highest
>revision number from that branch will be checked out on 'hg clone'.

I think that's different than what John was describing, or perhaps Python's
use of it has the effect of being different.  IIUC, in Mercurial, within the
default branch there's no clear "main line" of development assigned to a path
within the DAG.  All paths are created equal, so it's not possible to
e.g. have log or bisect suppress one path containing feature sub-commits from
the point of departure to the point of recombination (merge).

-Barry

Attachment: signature.asc
Description: PGP signature

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

Reply via email to