Nathaniel Smith writes:

 > DVCS back in the day :-). Unfortunately hg makes this a little
 > trickier than it could be, because in hg the same commit can't be in
 > two different branches; but this just means you have to insert some
 > no-op merges, oh well.

Don't use named branches ("friends don't let friends ...").  Use
bookmarks.  Theoretically that should work fine.

_______________________________________________
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