On Tue, 18 Feb 2014 18:46:16 -0800 Guido van Rossum <gu...@python.org> wrote: > I do think there's one legitimate concern -- someone might pull a diff from > Larry's branch and then accidentally push it back to the public repo, and > then Larry would be in trouble if he was planning to rebase that diff. (The > joys of DVCS -- we never had this problem in the cvs or svn days...)
I don't think I understand the concern. Why is this different from any other mistake someone may make when pushing code? Also "rebase" is only really ok on private repos, as soon as something is published you should use "merge". Regards Antoine. _______________________________________________ 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