[Python-Dev] of branches and heads

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Feb 26 23:26:42 CET 2011


From: Antoine Pitrou
> - a "branch" usually means a "named branch": a set of changesets
>   bearing the same label (e.g. "default"); that label is freely chosen
>   by the committer at any point, and enforces no topological
>   characteristic

There are *some* topological restrictions, because hg won't
let you assign a branch name that's been used before to a node
unless one of its parents has that name. So you can't create
two disconnected subgraphs whose nodes have the same branch
name.

-- 
Greg

This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.

Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.


More information about the Python-Dev mailing list