1482
1482
def get_commit_builder(self, branch, parents, config, timestamp=None,
1483
1483
timezone=None, committer=None, revprops=None,
1485
1485
# FIXME: It ought to be possible to call this without immediately
1486
1486
# triggering _ensure_real. For now it's the easiest thing to do.
1488
1488
real_repo = self._real_repository
1489
1489
builder = real_repo.get_commit_builder(branch, parents,
1490
1490
config, timestamp=timestamp, timezone=timezone,
1494
1495
def add_fallback_repository(self, repository):