changeset 7077 | ccbd39cad3c3 |
parent 7072 | 4e0d54fbd34f |
child 7090 | 7b5c063b0b94 |
--- a/mercurial/localrepo.py Fri Oct 10 15:53:49 2008 +0300 +++ b/mercurial/localrepo.py Sat Oct 11 13:07:29 2008 +0200 @@ -788,6 +788,11 @@ del lock, wlock def commitctx(self, ctx): + """Add a new revision to current repository. + + Revision information is passed in the context.memctx argument. + commitctx() does not touch the working directory. + """ wlock = lock = None try: wlock = self.wlock()