Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 27647990744ebd9cfe32398f37f67e20 > files > 2812

bzr-2.6.0-11.1.mga5.i586.rpm

conflicts
=========

:Purpose: List files with conflicts.
:Usage:   bzr conflicts

:Options:
  -v, --verbose         Display more information.
  --text                List paths of files with text conflicts.
  -q, --quiet           Only display errors and warnings.
  -d ARG, --directory=ARG
                        Branch to operate on, instead of working directory.
  --usage               Show usage message and options.
  -h, --help            Show help message.

:Description:
  Merge will do its best to combine the changes in two branches, but there
  are some kinds of problems only a human can fix.  When it encounters those,
  it will mark a conflict.  A conflict means that you need to fix something,
  before you can commit.
  
  Conflicts normally are listed as short, human-readable messages.  If --text
  is supplied, the pathnames of files with text conflicts are listed,
  instead.  (This is useful for editing all files with text conflicts.)
  
  Use bzr resolve when you have fixed a problem.

:See also: :doc:`conflict-types <conflict-types-help>`, :doc:`resolve <resolve-help>`