[09:15] Hi all. what is the equivalent of «git show [commit-id]» in bzr? I want the diff of an individual commit/revision. [09:22] * rindolf found bzr diff -c [11:59] Yah; the -c is the "change" introduced at some number; i.e. the diff between that and its previous [14:41] is it possible to mark a file as "revision-less" in bzr, (eg. for binary files) ?