~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/resolving_conflicts.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:
58
58
  bzr remerge --weave foo
59
59
 
60
60
where ``foo`` is the file and ``weave`` is one of the available
61
 
merge algorithms. See the online help for ``remerge`` or the
62
 
User Reference for further details.
 
61
merge algorithms. This algorithm is particularly useful when a
 
62
so-called ``criss-cross`` merge is detected, e.g. when two branches
 
63
merge the same thing then merge each other. See the online help for
 
64
``criss-cross`` and ``remerge`` for further details.
63
65
 
64
66
Using external tools to resolve conflicts
65
67
-----------------------------------------