~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/conflicts.py

  • Committer: Vincent Ladeuil
  • Date: 2012-01-16 14:45:48 UTC
  • mto: (6437.35.1 2.5.0-dev)
  • mto: This revision was merged to the branch mainline in revision 6439.
  • Revision ID: v.ladeuil+lp@free.fr-20120116144548-48mob8d7dee824uc
Tags: bzr-2.5b5
ReleaseĀ 2.5b5

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    Merge will do its best to combine the changes in two branches, but there
53
53
    are some kinds of problems only a human can fix.  When it encounters those,
54
54
    it will mark a conflict.  A conflict means that you need to fix something,
55
 
    before you should commit.
 
55
    before you can commit.
56
56
 
57
57
    Conflicts normally are listed as short, human-readable messages.  If --text
58
58
    is supplied, the pathnames of files with text conflicts are listed,
106
106
    Merge will do its best to combine the changes in two branches, but there
107
107
    are some kinds of problems only a human can fix.  When it encounters those,
108
108
    it will mark a conflict.  A conflict means that you need to fix something,
109
 
    before you should commit.
 
109
    before you can commit.
110
110
 
111
111
    Once you have fixed a problem, use "bzr resolve" to automatically mark
112
112
    text conflicts as fixed, "bzr resolve FILE" to mark a specific conflict as