609
603
return RevisionInfo(branch, revno, revision_id)
611
605
def _as_revision_id(self, context_branch):
614
607
if base_revision_id == revision.NULL_REVISION:
615
608
raise errors.InvalidRevisionSpec(self.user_spec, context_branch,
616
609
'cannot go before the null: revision')