Package: breezy / 3.0.0~bzr7290-2

Metadata

Package Version Patches format
breezy 3.0.0~bzr7290-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_selftest_package | (download)

breezy/builtins.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 suggest installing python-breezy.tests when breezy.tests is unavailable
03_spurious_test_failure | (download)

breezy/tests/test_test_server.py | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 fix some spurious test failures
08_disable_sphinx_epytext | (download)

breezy/doc_generate/conf.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
12_diff_tree_reference | (download)

breezy/diff.py | 18 17 + 1 - 0 !
1 file changed, 17 insertions(+), 1 deletion(-)

---
16_generate_ids | (download)

breezy/generate_ids.py | 19 19 + 0 - 0 !
1 file changed, 19 insertions(+)

---
19_probe_url | (download)

breezy/plugins/propose/github.py | 31 18 + 13 - 0 !
breezy/plugins/propose/gitlabs.py | 41 23 + 18 - 0 !
breezy/plugins/propose/launchpad.py | 6 3 + 3 - 0 !
breezy/plugins/propose/propose.py | 13 10 + 3 - 0 !
4 files changed, 54 insertions(+), 37 deletions(-)

---
21_lp_set_description | (download)

breezy/plugins/propose/launchpad.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 actually send api call to launchpad when updating description.
22_print_warnings | (download)

breezy/git/tests/test_branch.py | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

---
23_homedir_location | (download)

breezy/builtins.py | 37 19 + 18 - 0 !
breezy/globbing.py | 4 3 + 1 - 0 !
breezy/ignores.py | 2 1 + 1 - 0 !
doc/developers/apport.txt | 2 1 + 1 - 0 !
doc/developers/contribution-quickstart.txt | 2 1 + 1 - 0 !
doc/developers/plugin-development.txt | 2 1 + 1 - 0 !
doc/en/admin-guide/hooks-plugins.txt | 8 4 + 4 - 0 !
doc/en/admin-guide/migration.txt | 2 1 + 1 - 0 !
doc/en/user-guide/controlling_registration.txt | 6 3 + 3 - 0 !
doc/en/user-guide/plugins.txt | 4 2 + 2 - 0 !
10 files changed, 36 insertions(+), 33 deletions(-)

 update references to home location.
 .
 ~/.config/breezy rather than ~/.bazaar.
24_git_symlink_push | (download)

breezy/git/object_store.py | 4 2 + 2 - 0 !
breezy/git/tests/test_object_store.py | 32 30 + 2 - 0 !
2 files changed, 32 insertions(+), 4 deletions(-)

 fix pushing of revisions from bzr to git that convert directories to symlinks.
24_revno_order | (download)

breezy/bzr/branch.py | 2 1 + 1 - 0 !
breezy/bzr/remote.py | 24 23 + 1 - 0 !
breezy/bzr/smart/repository.py | 18 12 + 6 - 0 !
breezy/errors.py | 10 10 + 0 - 0 !
breezy/git/revspec.py | 3 2 + 1 - 0 !
breezy/log.py | 4 2 + 2 - 0 !
breezy/repository.py | 6 2 + 4 - 0 !
breezy/revisionspec.py | 10 5 + 5 - 0 !
breezy/tests/per_branch/__init__.py | 1 1 + 0 - 0 !
breezy/tests/per_branch/test_get_rev_id.py | 40 40 + 0 - 0 !
breezy/tests/per_repository/__init__.py | 1 1 + 0 - 0 !
breezy/tests/per_repository/test_get_rev_id_for_revno.py | 61 61 + 0 - 0 !
breezy/tests/test_remote.py | 31 31 + 0 - 0 !
doc/en/release-notes/brz-3.0.txt | 4 4 + 0 - 0 !
14 files changed, 195 insertions(+), 20 deletions(-)

---
25_segmentsurl | (download)

breezy/tests/test_urlutils.py | 2 2 + 0 - 0 !
breezy/urlutils.py | 5 4 + 1 - 0 !
2 files changed, 6 insertions(+), 1 deletion(-)

 raise better error when path subsegments lack =.
27_pkgimport_conf | (download)

doc/developers/configuration.txt | 14 0 + 14 - 0 !
1 file changed, 14 deletions(-)

 drop documentation about removed pkgimport.conf.
28_cat_revision_git | (download)

breezy/builtins.py | 4 2 + 2 - 0 !
breezy/git/tests/test_blackbox.py | 9 9 + 0 - 0 !
2 files changed, 11 insertions(+), 2 deletions(-)

 print proper error when running `brz cat-revision` on git repositories.
29_stacked_on_location | (download)

breezy/builtins.py | 2 2 + 0 - 0 !
breezy/tests/blackbox/test_push.py | 20 20 + 0 - 0 !
2 files changed, 22 insertions(+)

---
30_git_fixes | (download)

breezy/git/cache.py | 4 1 + 3 - 0 !
breezy/git/git-remote-bzr | 2 1 + 1 - 0 !
breezy/git/tests/test_git_remote_helper.py | 29 29 + 0 - 0 !
breezy/tests/features.py | 14 14 + 0 - 0 !
4 files changed, 45 insertions(+), 4 deletions(-)

---