Implement --interactive for PathConflict.
* bzrlib/tests/test_conflicts.py:
(TestResolvePathConflict): Tests for --interactive.
* bzrlib/conflicts.py:
(PathConflict): Add actions for --interactive.
(TextConflict): Ensure TextConflict is not solved like a
PathConflict (this double the FIXME about inheritance or put
weight behind the idea that we should define a ConflictSolver
hierarchy independent from the Conflict hierarchy...).