On 16/03/10 21:50, Harry Putnam <reader at newsguy.com> wrote: > Retrieve a specific file from some revision. > bzr cat -r 23 <HOST>/etc/hosts > ~/hosts_HOST_r23 git show HOST@{23}:etc/hosts > ~/hosts_HOST_23 Each would produce the 23rd sequential revision on branch HOST.