46
46
it will mark a conflict. A conflict means that you need to fix something,
47
47
before you should commit.
49
53
Use bzr resolve when you have fixed a problem.
57
60
from bzrlib.workingtree import WorkingTree
58
61
wt = WorkingTree.open_containing(u'.')[0]
59
62
for conflict in wt.conflicts():
63
71
class cmd_resolve(commands.Command):