##// END OF EJS Templates
memfilectx: inherit from committablefilectx...
Sean Farley -
r21688:cc677803 default
parent child Browse files
Show More
@@ -1586,7 +1586,7 b' class memctx(committablectx):'
1586 """commit context to the repo"""
1586 """commit context to the repo"""
1587 return self._repo.commitctx(self)
1587 return self._repo.commitctx(self)
1588
1588
1589 class memfilectx(object):
1589 class memfilectx(committablefilectx):
1590 """memfilectx represents an in-memory file to commit.
1590 """memfilectx represents an in-memory file to commit.
1591
1591
1592 See memctx for more details.
1592 See memctx for more details.
General Comments 0
You need to be logged in to leave comments. Login now