In case you have an un-updated working tree in bazaar reported by
bzr st
working tree is out of date, run 'bzr update'
how do you find out the working copy's revision number? (or the latest commit applied)
With Mercurial you can get it with hg parents
, I'm looking for it's bazaar counterpart, or any workaround.