Bazaar: Moving files after the fact
I recently came across a useful flag that can be use with Bazaar's move command. --after can be used to update bazaar's internal reference to the file after you've already moved the file. The syntax is as follows: $ mv foo bar # Doh should have used bzr mv $ bzr mv --after…