[12:51] Using bzrlib, given a Branch object, how do I get a RevisionTree for that branch for a particular revno? [12:52] branchobj.basis_tree() gets a tree for the most *recent* revision, but I can't find how to get one for an arbitrary revno. [15:41] aha, branch.revision has it. Excellent.