~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/merging_changes.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-05 00:33:29 UTC
  • mfrom: (3075.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071205003329-42n4davel9bplp04
User Guide corrections/tweaks from mrevell/jameinel feedback (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
works as follows. Given an ancestor A and two branches B and C,
43
43
the following table provides the rules used.
44
44
 
45
 
  === === === ========================
46
 
   A   B   C  Result
47
 
  === === === ========================
48
 
   x   x   x  x (unchanged)
49
 
   x   x   y  y (line from C)
50
 
   x   y   x  y (line from B)
51
 
   x   y   z  ? (conflict)
52
 
  === === === ========================
 
45
  === === === ====== =================
 
46
   A   B   C  Result Comment
 
47
  === === === ====== =================
 
48
   x   x   x  x      unchanged
 
49
   x   x   y  y      line from C
 
50
   x   y   x  y      line from B
 
51
   x   y   z  ?      conflict
 
52
  === === === ====== =================
53
53
 
54
54
Note that some merges can only be completed with the assistance
55
55
of a human. Details on how to resolve these are given in