mercurial/repository.py
changeset 42620 d98ec36be808
parent 42158 69921d02daaf
child 42723 2128c76c8970
equal deleted inserted replaced
42619:20d0e59be79b 42620:d98ec36be808
  1654 
  1654 
  1655     def commit(text='', user=None, date=None, match=None, force=False,
  1655     def commit(text='', user=None, date=None, match=None, force=False,
  1656                editor=False, extra=None):
  1656                editor=False, extra=None):
  1657         """Add a new revision to the repository."""
  1657         """Add a new revision to the repository."""
  1658 
  1658 
  1659     def commitctx(ctx, error=False):
  1659     def commitctx(ctx, error=False, origctx=None):
  1660         """Commit a commitctx instance to the repository."""
  1660         """Commit a commitctx instance to the repository."""
  1661 
  1661 
  1662     def destroying():
  1662     def destroying():
  1663         """Inform the repository that nodes are about to be destroyed."""
  1663         """Inform the repository that nodes are about to be destroyed."""
  1664 
  1664