711
711
def create_bundle(self, target, base, fileobj, format=None):
712
712
return serializer.write_bundle(self, target, base, fileobj, format)
714
def get_commit_builder(self, branch, parents, config, timestamp=None,
714
def get_commit_builder(self, branch, parents, config_stack, timestamp=None,
715
715
timezone=None, committer=None, revprops=None,
716
716
revision_id=None, lossy=False):
717
717
"""Obtain a CommitBuilder for this repository.
719
719
:param branch: Branch to commit to.
720
720
:param parents: Revision ids of the parents of the new revision.
722
722
:param timestamp: Optional timestamp recorded for commit.
723
723
:param timezone: Optional timezone for timestamp.
724
724
:param committer: Optional committer to set for commit.