How to get update information from parent branch?

Asked by schettino72

I would like to find out what is out-of-date on my branch before doing a 'pull' or 'merge'?
In svn I can do 'svn status --show-updates' to get information from the repository.
Can I do this with bazaar?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Lukáš Lalinský
Solved:
Last query:
Last reply:
Revision history for this message
Bubba Siggler (bud3) said :
#1

HI Schettino72,
bzr has quite a bit of help file. You could start with bzr info, bzr status, or bzr -h bzr --help for more commands. I hope this answers your ?. If not leep in contact or try this link https://launchpad.net/bzr/

best regards

flint_dude

Revision history for this message
Best Lukáš Lalinský (luks) said :
#2

I think `bzr missing` is what you are looking for.

Revision history for this message
schettino72 (schettino72) said :
#3

Thanks Lukáš Lalinský, that solved my question.