Mercurial > hg
comparison mercurial/subrepo.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 | cc338115d3b2 |
children | c26690fe5f08 |
comparison
equal
deleted
inserted
replaced
19663:0af73d7869a6 | 19664:61dcb2aa7378 |
---|