16
16
To incorporate changes from another branch, use the ``merge`` command.
21
21
If no URL is given, a default is used, initially the branch this branch
23
23
For example, if Bill made a branch from Mary's work, he can merge her
24
24
subsequent changes by simply typing this::
28
28
On the other hand, Mary might want to merge into her branch the work Bill
29
29
has done in his. In this case, she needs to explicitly give the URL the
34
34
This sets the default merge branch if one is not already set. Use
35
35
``--no-remember`` to avoid setting it. To change the default after it is set,