##// END OF EJS Templates
memctx: inherit from committablectx...
Sean Farley -
r21665:d2743be1 default
parent child Browse files
Show More
@@ -1531,7 +1531,7 b' class workingfilectx(committablefilectx)'
1531 # invert comparison to reuse the same code path
1531 # invert comparison to reuse the same code path
1532 return fctx.cmp(self)
1532 return fctx.cmp(self)
1533
1533
1534 class memctx(object):
1534 class memctx(committablectx):
1535 """Use memctx to perform in-memory commits via localrepo.commitctx().
1535 """Use memctx to perform in-memory commits via localrepo.commitctx().
1536
1536
1537 Revision information is supplied at initialization time while
1537 Revision information is supplied at initialization time while
General Comments 0
You need to be logged in to leave comments. Login now