Mercurial > hg
diff mercurial/peer.py @ 19664:61dcb2aa7378
commitablectx: add a class that will be used as a parent of mutable contexts
Currently, we have basectx that serves as a common ancestor of all contexts. We
will now add a new class commitablectx that will inherit from basectx and will
serve as a common place for code that will be shared between mutable contexts,
e.g. workingctx and memctx.
author | Sean Farley <sean.michael.farley@gmail.com> |
---|---|
date | Wed, 14 Aug 2013 15:02:08 -0500 |
parents | 4ed6b3a24661 |
children | cbbdd085c991 |