equal
deleted
inserted
replaced
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 |