17
17
Discovering What Has Diverged
18
18
-----------------------------
21
21
branch that are not present in the current branch, and vice-versa. It shows a
22
22
summary of which extra revisions exist in each branch. If you want to see the
24
24
to show the differences between other_branch and your current branch.
29
29
The solution is to merge the revisions from the mainline into your local
31
31
mainline. This merge may result in conflicts if the other developer's changes
32
32
overlap with your changes. These conflicts should be resolved before
33
33
continuing. After any conflicts have been resolved, or even if there were no