comparison mercurial/context.py @ 18958:c3b920980f22

spelling: fix typos and spelling errors
author Mads Kiilerich <madski@unity3d.com>
date Mon, 15 Apr 2013 01:37:23 +0200
parents d8ff607ef721
children 2f7186400a07
comparison
equal deleted inserted replaced
18957:6b618aa08b6e 18958:c3b920980f22
1128 self._repo.dirstate.copy(source, dest) 1128 self._repo.dirstate.copy(source, dest)
1129 finally: 1129 finally:
1130 wlock.release() 1130 wlock.release()
1131 1131
1132 def markcommitted(self, node): 1132 def markcommitted(self, node):
1133 """Perform post-commit cleanup necessary after commiting this workingctx 1133 """Perform post-commit cleanup necessary after committing this ctx
1134 1134
1135 Specifically, this updates backing stores this working context 1135 Specifically, this updates backing stores this working context
1136 wraps to reflect the fact that the changes reflected by this 1136 wraps to reflect the fact that the changes reflected by this
1137 workingctx have been committed. For example, it marks 1137 workingctx have been committed. For example, it marks
1138 modified and added files as normal in the dirstate. 1138 modified and added files as normal in the dirstate.