Merge Dialog Box
Introduction
With the Merge dialog you can merge changes from a branch line to the main line. For example, a fix that you applied in a maintenance branch line can be merged back to the main line so that you do not have to apply the fix by hand again. Also if you completed developing a large feature in a separate branch line you can use merge to incorporate that feature into the main line.
To access the Merge dialog box, open Version Control > Merge Changes Here:

Available scenarios are described in sections below.
Port Fix
This scenario allows you to move a fix from a maintenance branch line to the main line. If you just want to redo a small fix, a single commit is often enough.
Port fix adds changes from the selected commit to your branch line. You will need to explicitly commit these changes after performing the port fix.
Branch Line
Choose the branch line from which you want to merge the fix.
Revision
Choose a revision that you would like to port fix.
Merge Feature Branch
This merge scenario allows you to merge a complete feature branch line to the main line.
To merge the whole branch back to the main line to integrate a new feature there, do the following:
- Open the main line.
- Choose Version Control > Merge Changes Here.
- Select Merge feature branch option.
- Click Merge.
- Resolve any conflicts and errors.
- Commit the new feature to the main line.
Branch Line
Choose the branch line that you want to merge. It is not necessary to select individual revisions in this case, because all revisions of the branch line are merged automatically.