Merge lp://staging/~jelmer/brz/options-unicode into lp://staging/brz
Proposed by
Jelmer Vernooij
Status: | Merged |
---|---|
Merged at revision: | 6808 |
Proposed branch: | lp://staging/~jelmer/brz/options-unicode |
Merge into: | lp://staging/brz |
Diff against target: |
418 lines (+68/-52) 9 files modified
breezy/bugtracker.py (+1/-1) breezy/builtins.py (+30/-30) breezy/cmd_version_info.py (+1/-1) breezy/commit_signature_commands.py (+1/-1) breezy/plugins/bash_completion/bashcomp.py (+2/-2) breezy/plugins/fastimport/cmds.py (+13/-13) breezy/plugins/grep/cmds.py (+3/-3) breezy/tests/blackbox/test_commit.py (+14/-1) doc/en/release-notes/brz-3.0.txt (+3/-0) |
To merge this branch: | bzr merge lp://staging/~jelmer/brz/options-unicode |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Review via email: mp+333586@code.staging.launchpad.net |
Description of the change
Mark all options as unicode. Allows using non-ASCII values in options that
support it.
To post a comment you must log in.
You want `type=text_type` as the spelling to make Python 3 happy.