Merge lp://staging/~jelmer/brz/fix-plugins 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/fix-plugins | ||||
Merge into: | lp://staging/brz | ||||
Diff against target: |
273 lines (+49/-93) 2 files modified
breezy/plugin.py (+31/-82) breezy/tests/test_plugins.py (+18/-11) |
||||
To merge this branch: | bzr merge lp://staging/~jelmer/brz/fix-plugins | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Martin Packman | Approve | ||
Jelmer Vernooij | Approve | ||
Review via email:
|
Commit message
Use absolute paths for plugin paths.
Description of the change
Use absolute paths for plugin paths.
Fixes compatibility with Python >= 3.9.
To post a comment you must log in.
Changes here look good to me.