[Python-Dev] PEP: Collecting information about git (original) (raw)

Nikolaus Rath Nikolaus at rath.org
Wed Sep 16 18:14:38 CEST 2015


On Sep 16 2015, Chris Angelico <rosuav at gmail.com> wrote:

With git, there are infinite workflows possible - you aren't forced to have a concept of "central server" and "clients" the way you would with SVN. Mercurial's called a DVCS too, so presumably it's possible to operate on a pure-peering model with no central server at all; how does that tie in with the inability to alter some commits?

There is no inability to do so in hg either, you just need some --force flags ("hg phase -f -d " should be enough in almost all cases).

Best, -Nikolaus

-- GPG encrypted emails preferred. Key id: 0xD113FCAC3C4E599F Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

         »Time flies like an arrow, fruit flies like a Banana.«


More information about the Python-Dev mailing list