dvcs - How to find the revision of a bazaar working copy? (like hg parent) -


in case have un-updated working tree in bazaar reported by

bzr st working tree out of date, run 'bzr update' 

how find out working copy's revision number? (or latest commit applied)

with mercurial can hg parents, i'm looking it's bazaar counterpart, or workaround.

got it, it's bzr version-info.

what's nice in can format it's output via --custom --template='your settings' parameter.

update:

even more simply, can use bzr revno --tree well.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -