lp://qastaging/~brz/brz/brz.rs
Created by
Jelmer Vernooij
and last modified
- Get this branch:
- bzr branch lp://qastaging/~brz/brz/brz.rs
Members of
Breezy developers
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Jelmer Vernooij: Approve
-
Diff: 604 lines (+194/-75)19 files modified.bzrignore (+4/-0)
.gitignore (+2/-0)
Cargo.toml (+15/-0)
MANIFEST.in (+3/-1)
Makefile (+3/-3)
breezy/__init__.py (+1/-0)
breezy/git/tests/test_tree.py (+9/-8)
breezy/main.rs (+94/-0)
breezy/tests/__init__.py (+2/-11)
breezy/tests/blackbox/test_exceptions.py (+2/-0)
breezy/tests/blackbox/test_locale.py (+2/-2)
breezy/tests/test_selftest.py (+2/-3)
breezy/tests/test_setup.py (+3/-1)
breezy/tests/test_source.py (+0/-4)
breezy/tests/test_transport.py (+1/-4)
byov.conf (+2/-2)
pyproject.toml (+2/-0)
setup.py (+46/-35)
tools/win32/build_release.py (+1/-1)
Branch information
Recent revisions
- 7552. By Martin Packman
-
Joy of trying to get sensible filesystem encoding
Give up for now as upstream made a mess of this in Python 3.8 and add
skips to some tests that demonstrate issue with C locale. - 7551. By Martin Packman
-
Merge trunk to resolve conflict
From brz script change after version bump (now removed).
- 7550. By Martin Packman
-
Always launch brz main entry point
Drop sys.executable which is doing the wrong thing.
- 7549. By Martin Packman
-
Fix test_source
The brz script is no longer Python code in need of checking.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/brz