> For the bits that we just described, you could always do: > bzr annotate --show-ids | (Filter out the revision-id for the line you care > about) > bzr annotate -r before:$REVID ... Yup, plus "bzr log+diff" at each step, of course since that's the actual info I'm looking for. Fun! And it makes it feel like "bzr annotate" is blindingly fast. Stefan