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:

conflict-types, resolve

Previous topic

config

Next topic

deleted

This Page