~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-03-08 03:03:18 UTC
  • mfrom: (1551.2.23 Aaron's small fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20060308030318-87f0fbd9525bb170
A whack of changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1770
1770
    will be used as a BASE, and the second one as OTHER.  Revision
1771
1771
    numbers are always relative to the specified branch.
1772
1772
 
1773
 
    By default bzr will try to merge in all new work from the other
 
1773
    By default, bzr will try to merge in all new work from the other
1774
1774
    branch, automatically determining an appropriate base.  If this
1775
1775
    fails, you may need to give an explicit base.
1776
1776
    
 
1777
    Merge will do its best to combine the changes in two branches, but there
 
1778
    are some kinds of problems only a human can fix.  When it encounters those,
 
1779
    it will mark a conflict.  A conflict means that you need to fix something,
 
1780
    before you should commit.
 
1781
 
 
1782
    Use bzr resolve when you have fixed a problem.  See also bzr conflicts.
 
1783
 
1777
1784
    Examples:
1778
1785
 
1779
1786
    To merge the latest revision from bzr.dev