Merge lp:~gz/bzr/resolve_all_deprecation into lp:bzr
Proposed by
Martin Packman
Status: | Needs review |
---|---|
Proposed branch: | lp:~gz/bzr/resolve_all_deprecation |
Merge into: | lp:bzr |
Prerequisite: | lp:~gz/bzr/resolve_auto_refactor |
Diff against target: |
175 lines (+36/-13) 8 files modified
bzrlib/conflicts.py (+10/-6) bzrlib/tests/blackbox/test_remerge.py (+1/-1) bzrlib/tests/blackbox/test_resolve.py (+19/-0) bzrlib/tests/blackbox/test_too_much.py (+2/-2) doc/en/tutorials/centralized_workflow.txt (+1/-1) doc/ja/tutorials/centralized_workflow.txt (+1/-1) doc/ja/user-reference/index.txt (+1/-1) doc/ru/tutorials/centralized_workflow.txt (+1/-1) |
To merge this branch: | bzr merge lp:~gz/bzr/resolve_all_deprecation |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
bzr-core | Pending | ||
Review via email: mp+117071@code.launchpad.net |
Description of the change
Deprecate `bzr resolve --all`, it's the same as `bzr resolve --done` but can't be used for a subset of files and may give users the false impression it does something more than just wipe the conflict list.
This is going to clash a fair bit with lp:~gz/bzr/resolve_file_not_done and the documentation probably wants more sensible updating for both.
To post a comment you must log in.
Unmerged revisions
- 6547. By Martin Packman
-
Update some documentation to not mention resolve --all
- 6546. By Martin Packman
-
Deprecate the use of resolve --all instead just use --done
- 6545. By Martin Packman
-
Deprecate WorkingTree.
auto_resolve - 6544. By Martin Packman
-
Refactor auto_resolve tree method into auto action on conflicts