[Python-Dev] Move selected documentation repos to PSF BitBucket account?

Chris Angelico rosuav at gmail.com
Sun Nov 23 07:40:51 CET 2014


On Sun, Nov 23, 2014 at 5:03 PM, Wes Turner <wes.turner at gmail.com> wrote:
> hg imuutability is certainly a primarily attractive feature;
> along with the keyring support.

What exactly do you mean by immutability? Are you talking about how
git allows a "force push" that can destroy data? That can be rejected
in a repo's hook scripts; also, I'm fairly sure I remember reading
somewhere about how to do that with hg, too. It's all bits of data
inside computers; nothing's immutable. Both DVCSes pledge to make it
obvious any time something is altered, not to make it impossible to
alter.

ChrisA


More information about the Python-Dev mailing list