Comment 2 for bug 240346

Revision history for this message
John A Meinel (jameinel) wrote :

It doesn't matter the branch, it is the fact that 11111.11111 doesn't exist. The code is doing:

if len(revisions) != 1:
    return branch, None, None

I would have thought that we would actually want to be raising errors.InvalidRevisionSpec at this point.