missing¶
| Purpose: | Show unmerged/unpulled revisions between two branches. |
||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Usage: | brz missing [OTHER_BRANCH] |
||||||||||||||||||||||||||||||||||||||||||||||||||
| Options: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| Description: | OTHER_BRANCH may be local or remote. To filter on a range of revisions, you can use the command -r begin..end -r revision requests a specific revision, -r ..end or -r begin.. are also valid. |
||||||||||||||||||||||||||||||||||||||||||||||||||
| Exit values: | 1 - some missing revisions 0 - no missing revisions |
||||||||||||||||||||||||||||||||||||||||||||||||||
| Examples: | Determine the missing revisions between this and the branch at the remembered pull location: brz missing
Determine the missing revisions between this and another branch: brz missing http://server/branch
Determine the missing revisions up to a specific revision on the other branch: brz missing -r ..-10
Determine the missing revisions up to a specific revision on this branch: brz missing --my-revision ..-10
|
||||||||||||||||||||||||||||||||||||||||||||||||||
| See also: | |||||||||||||||||||||||||||||||||||||||||||||||||||