Mercurial > hg
comparison mercurial/hbisect.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 | 07771e233cf1 |
children | 1e5b38a919dd 06ef32c3b4bb |
comparison
equal
deleted
inserted
replaced
19663:0af73d7869a6 | 19664:61dcb2aa7378 |
---|