Merge lp://staging/~jelmer/brz/change-editor-consistent into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Jelmer Vernooij | ||||
Approved revision: | no longer in the source branch. | ||||
Merge reported by: | The Breezy Bot | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~jelmer/brz/change-editor-consistent | ||||
Merge into: | lp://staging/brz | ||||
Diff against target: |
275 lines (+58/-33) 6 files modified
breezy/builtins.py (+3/-3) breezy/config.py (+7/-1) breezy/diff.py (+2/-13) breezy/tests/test_config.py (+26/-4) breezy/tests/test_diff.py (+14/-12) doc/en/release-notes/brz-3.1.txt (+6/-0) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/brz/change-editor-consistent | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+369364@code.staging.launchpad.net |
Commit message
Use standard syntax for the ``change_editor`` configuration option.
Description of the change
Use standard syntax for the ``change_editor`` configuration option.
Use {old_path} and {new_path} rather than @old_path and @new_path.
To post a comment you must log in.
Makes sense, thanks!