482
482
def run(self, tree=False, location=u'.'):
495
490
revid = wt.last_revision()
497
492
revno_t = wt.branch.revision_id_to_dotted_revno(revid)
498
493
except errors.NoSuchRevision:
500
495
revno = ".".join(str(n) for n in revno_t)
508
506
self.outf.write(str(revno) + '\n')