~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

Updated docs to clarify conflict handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1701
1701
    branch, automatically determining an appropriate base.  If this
1702
1702
    fails, you may need to give an explicit base.
1703
1703
    
 
1704
    Merge will do its best to combine the changes in two branches, but there
 
1705
    are some kinds of problems only a human can fix.  When it encounters those,
 
1706
    it will mark a conflict.  A conflict means that you need to fix something,
 
1707
    before you should commit.
 
1708
 
 
1709
    Use bzr resolve when you have fixed a problem.
 
1710
 
1704
1711
    Examples:
1705
1712
 
1706
1713
    To merge the latest revision from bzr.dev