Merge lp:~jelmer/brz/drop-future into lp: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:~jelmer/brz/drop-future
Merge into: lp:brz
Diff against target: 5748 lines (+1/-902)
441 files modified
breezy/__init__.py (+1/-3)
breezy/_annotator_py.py (+0/-2)
breezy/_annotator_pyx.pyx (+0/-2)
breezy/_bencode_pyx.pyx (+0/-2)
breezy/_chunks_to_lines_py.py (+0/-2)
breezy/_chunks_to_lines_pyx.pyx (+0/-2)
breezy/_known_graph_py.py (+0/-2)
breezy/_known_graph_pyx.pyx (+0/-2)
breezy/_readdir_py.py (+0/-2)
breezy/_readdir_pyx.pyx (+0/-2)
breezy/_rio_py.py (+0/-2)
breezy/_rio_pyx.pyx (+0/-2)
breezy/_simple_set_pyx.pyx (+0/-2)
breezy/_static_tuple_py.py (+0/-2)
breezy/_termcolor.py (+0/-2)
breezy/_walkdirs_win32.pyx (+0/-2)
breezy/add.py (+0/-2)
breezy/annotate.py (+0/-2)
breezy/archive/__init__.py (+0/-2)
breezy/archive/tar.py (+0/-2)
breezy/archive/zip.py (+0/-2)
breezy/atomicfile.py (+0/-2)
breezy/bedding.py (+0/-2)
breezy/bencode.py (+0/-2)
breezy/bisect.py (+0/-2)
breezy/bisect_multi.py (+0/-2)
breezy/branch.py (+0/-2)
breezy/branchbuilder.py (+0/-2)
breezy/breakin.py (+0/-2)
breezy/bugtracker.py (+0/-2)
breezy/builtins.py (+0/-2)
breezy/bzr/__init__.py (+0/-2)
breezy/bzr/_btree_serializer_py.py (+0/-2)
breezy/bzr/_btree_serializer_pyx.pyx (+0/-2)
breezy/bzr/_chk_map_py.py (+0/-2)
breezy/bzr/_chk_map_pyx.pyx (+0/-2)
breezy/bzr/_dirstate_helpers_py.py (+0/-2)
breezy/bzr/_dirstate_helpers_pyx.pyx (+0/-2)
breezy/bzr/_groupcompress_py.py (+0/-2)
breezy/bzr/_groupcompress_pyx.pyx (+0/-2)
breezy/bzr/_knit_load_data_py.py (+0/-2)
breezy/bzr/_knit_load_data_pyx.pyx (+0/-2)
breezy/bzr/_str_helpers.pxd (+0/-2)
breezy/bzr/branch.py (+0/-2)
breezy/bzr/btree_index.py (+0/-2)
breezy/bzr/bundle/__init__.py (+0/-2)
breezy/bzr/bundle/apply_bundle.py (+0/-2)
breezy/bzr/bundle/bundle_data.py (+0/-2)
breezy/bzr/bundle/commands.py (+0/-2)
breezy/bzr/bundle/serializer/__init__.py (+0/-2)
breezy/bzr/bundle/serializer/v08.py (+0/-2)
breezy/bzr/bundle/serializer/v09.py (+0/-2)
breezy/bzr/bundle/serializer/v4.py (+0/-2)
breezy/bzr/bzrdir.py (+0/-2)
breezy/bzr/check.py (+0/-2)
breezy/bzr/chk_map.py (+0/-2)
breezy/bzr/chk_serializer.py (+0/-2)
breezy/bzr/debug_commands.py (+0/-2)
breezy/bzr/dirstate.py (+0/-2)
breezy/bzr/fetch.py (+0/-2)
breezy/bzr/fullhistory.py (+0/-2)
breezy/bzr/generate_ids.py (+0/-2)
breezy/bzr/groupcompress.py (+0/-2)
breezy/bzr/groupcompress_repo.py (+0/-2)
breezy/bzr/index.py (+0/-2)
breezy/bzr/inventory.py (+0/-2)
breezy/bzr/inventory_delta.py (+0/-2)
breezy/bzr/inventorytree.py (+0/-2)
breezy/bzr/knit.py (+0/-2)
breezy/bzr/knitpack_repo.py (+0/-2)
breezy/bzr/knitrepo.py (+0/-2)
breezy/bzr/pack.py (+0/-2)
breezy/bzr/pack_repo.py (+0/-2)
breezy/bzr/reconcile.py (+0/-2)
breezy/bzr/remote.py (+0/-2)
breezy/bzr/repository.py (+0/-2)
breezy/bzr/serializer.py (+0/-2)
breezy/bzr/smart/__init__.py (+0/-2)
breezy/bzr/smart/branch.py (+0/-2)
breezy/bzr/smart/bzrdir.py (+0/-2)
breezy/bzr/smart/client.py (+0/-2)
breezy/bzr/smart/medium.py (+0/-2)
breezy/bzr/smart/message.py (+0/-2)
breezy/bzr/smart/packrepository.py (+0/-2)
breezy/bzr/smart/ping.py (+0/-2)
breezy/bzr/smart/protocol.py (+0/-2)
breezy/bzr/smart/repository.py (+0/-2)
breezy/bzr/smart/request.py (+0/-2)
breezy/bzr/smart/server.py (+0/-2)
breezy/bzr/smart/signals.py (+0/-2)
breezy/bzr/smart/vfs.py (+0/-2)
breezy/bzr/testament.py (+0/-2)
breezy/bzr/textinv.py (+0/-2)
breezy/bzr/versionedfile.py (+0/-2)
breezy/bzr/vf_repository.py (+0/-2)
breezy/bzr/vf_search.py (+0/-2)
breezy/bzr/weave.py (+0/-2)
breezy/bzr/weavefile.py (+0/-2)
breezy/bzr/workingtree.py (+0/-2)
breezy/bzr/workingtree_3.py (+0/-2)
breezy/bzr/workingtree_4.py (+0/-2)
breezy/bzr/xml5.py (+0/-2)
breezy/bzr/xml6.py (+0/-2)
breezy/bzr/xml7.py (+0/-2)
breezy/bzr/xml8.py (+0/-2)
breezy/bzr/xml_serializer.py (+0/-2)
breezy/bzr_distutils.py (+0/-2)
breezy/cache_utf8.py (+0/-2)
breezy/cethread.py (+0/-2)
breezy/check.py (+0/-2)
breezy/chunk_writer.py (+0/-2)
breezy/clean_tree.py (+0/-2)
breezy/cmd_test_script.py (+0/-2)
breezy/cmd_version_info.py (+0/-2)
breezy/cmdline.py (+0/-2)
breezy/colordiff.py (+0/-2)
breezy/commands.py (+0/-2)
breezy/commit.py (+0/-2)
breezy/commit_signature_commands.py (+0/-2)
breezy/config.py (+0/-1)
breezy/conflicts.py (+0/-2)
breezy/controldir.py (+0/-2)
breezy/counted_lock.py (+0/-2)
breezy/crash.py (+0/-2)
breezy/debug.py (+0/-2)
breezy/decorators.py (+0/-2)
breezy/delta.py (+0/-2)
breezy/diff.py (+0/-2)
breezy/directory_service.py (+0/-2)
breezy/doc/__init__.py (+0/-2)
breezy/doc/api/__init__.py (+0/-2)
breezy/doc_generate/__init__.py (+0/-2)
breezy/doc_generate/autodoc_bash_completion.py (+0/-2)
breezy/doc_generate/autodoc_man.py (+0/-2)
breezy/doc_generate/autodoc_rstx.py (+0/-2)
breezy/doc_generate/conf.py (+0/-2)
breezy/email_message.py (+0/-2)
breezy/errors.py (+0/-2)
breezy/estimate_compressed_size.py (+0/-2)
breezy/export.py (+0/-2)
breezy/export_pot.py (+0/-2)
breezy/externalcommand.py (+0/-2)
breezy/fetch_ghosts.py (+0/-2)
breezy/fifo_cache.py (+0/-2)
breezy/filter_tree.py (+0/-2)
breezy/filters/__init__.py (+0/-1)
breezy/filters/eol.py (+0/-3)
breezy/foreign.py (+0/-3)
breezy/git/__init__.py (+0/-2)
breezy/git/annotate.py (+0/-2)
breezy/git/branch.py (+0/-1)
breezy/git/cache.py (+0/-2)
breezy/git/commands.py (+0/-2)
breezy/git/commit.py (+0/-2)
breezy/git/config.py (+0/-2)
breezy/git/dir.py (+0/-2)
breezy/git/directory.py (+0/-2)
breezy/git/errors.py (+0/-3)
breezy/git/fetch.py (+0/-2)
breezy/git/filegraph.py (+0/-2)
breezy/git/git_remote_helper.py (+0/-2)
breezy/git/help.py (+0/-2)
breezy/git/hg.py (+0/-2)
breezy/git/interrepo.py (+0/-2)
breezy/git/mapping.py (+0/-2)
breezy/git/memorytree.py (+0/-2)
breezy/git/object_store.py (+0/-2)
breezy/git/pristine_tar.py (+0/-2)
breezy/git/push.py (+0/-2)
breezy/git/refs.py (+0/-2)
breezy/git/remote.py (+0/-2)
breezy/git/repository.py (+0/-2)
breezy/git/revspec.py (+0/-2)
breezy/git/roundtrip.py (+0/-2)
breezy/git/send.py (+0/-2)
breezy/git/server.py (+0/-2)
breezy/git/tests/__init__.py (+0/-2)
breezy/git/tests/test_blackbox.py (+0/-2)
breezy/git/tests/test_branch.py (+0/-2)
breezy/git/tests/test_builder.py (+0/-2)
breezy/git/tests/test_cache.py (+0/-2)
breezy/git/tests/test_dir.py (+0/-2)
breezy/git/tests/test_fetch.py (+0/-2)
breezy/git/tests/test_git_remote_helper.py (+0/-2)
breezy/git/tests/test_mapping.py (+0/-2)
breezy/git/tests/test_object_store.py (+0/-2)
breezy/git/tests/test_pristine_tar.py (+0/-2)
breezy/git/tests/test_push.py (+0/-2)
breezy/git/tests/test_refs.py (+0/-2)
breezy/git/tests/test_remote.py (+0/-2)
breezy/git/tests/test_repository.py (+0/-2)
breezy/git/tests/test_revspec.py (+0/-2)
breezy/git/tests/test_roundtrip.py (+0/-2)
breezy/git/tests/test_server.py (+0/-2)
breezy/git/tests/test_transportgit.py (+0/-2)
breezy/git/tests/test_unpeel_map.py (+0/-2)
breezy/git/tests/test_urls.py (+0/-2)
breezy/git/tests/test_workingtree.py (+0/-2)
breezy/git/transportgit.py (+0/-2)
breezy/git/tree.py (+0/-2)
breezy/git/unpeel_map.py (+0/-1)
breezy/git/urls.py (+0/-1)
breezy/git/workingtree.py (+0/-2)
breezy/globbing.py (+0/-2)
breezy/gpg.py (+0/-2)
breezy/graph.py (+0/-2)
breezy/grep.py (+0/-2)
breezy/hashcache.py (+0/-2)
breezy/help.py (+0/-2)
breezy/help_topics/__init__.py (+0/-2)
breezy/hooks.py (+0/-2)
breezy/i18n.py (+0/-2)
breezy/identitymap.py (+0/-2)
breezy/ignores.py (+0/-2)
breezy/info.py (+0/-2)
breezy/inter.py (+0/-2)
breezy/iterablefile.py (+0/-2)
breezy/lazy_import.py (+0/-2)
breezy/lazy_regex.py (+0/-2)
breezy/library_state.py (+0/-2)
breezy/location.py (+0/-2)
breezy/lock.py (+0/-2)
breezy/lockable_files.py (+0/-2)
breezy/lockdir.py (+0/-2)
breezy/log.py (+0/-2)
breezy/lru_cache.py (+0/-2)
breezy/lsprof.py (+0/-2)
breezy/mail_client.py (+0/-2)
breezy/memorytree.py (+0/-2)
breezy/merge.py (+0/-2)
breezy/merge3.py (+0/-2)
breezy/merge_directive.py (+0/-2)
breezy/mergeable.py (+0/-2)
breezy/mergetools.py (+0/-2)
breezy/missing.py (+0/-2)
breezy/msgeditor.py (+0/-2)
breezy/multiparent.py (+0/-2)
breezy/multiwalker.py (+0/-2)
breezy/mutabletree.py (+0/-2)
breezy/option.py (+0/-2)
breezy/osutils.py (+0/-2)
breezy/patch.py (+0/-2)
breezy/patches.py (+0/-2)
breezy/plugin.py (+0/-2)
breezy/plugins/__init__.py (+0/-2)
breezy/plugins/bash_completion/__init__.py (+0/-2)
breezy/plugins/bash_completion/bashcomp.py (+0/-2)
breezy/plugins/changelog_merge/__init__.py (+0/-2)
breezy/plugins/changelog_merge/changelog_merge.py (+0/-2)
breezy/plugins/commitfromnews/__init__.py (+0/-2)
breezy/plugins/commitfromnews/committemplate.py (+0/-2)
breezy/plugins/commitfromnews/tests/__init__.py (+0/-2)
breezy/plugins/commitfromnews/tests/test_committemplate.py (+0/-2)
breezy/plugins/commitfromnews/tests/test_msgeditor.py (+0/-2)
breezy/plugins/cvs/__init__.py (+0/-2)
breezy/plugins/darcs/__init__.py (+0/-2)
breezy/plugins/email/__init__.py (+0/-2)
breezy/plugins/email/emailer.py (+0/-2)
breezy/plugins/fastimport/__init__.py (+0/-2)
breezy/plugins/fastimport/branch_mapper.py (+0/-2)
breezy/plugins/fastimport/branch_updater.py (+0/-2)
breezy/plugins/fastimport/bzr_commit_handler.py (+0/-2)
breezy/plugins/fastimport/cache_manager.py (+0/-2)
breezy/plugins/fastimport/cmds.py (+0/-2)
breezy/plugins/fastimport/exporter.py (+0/-2)
breezy/plugins/fastimport/helpers.py (+0/-2)
breezy/plugins/fastimport/idmapfile.py (+0/-2)
breezy/plugins/fastimport/marks_file.py (+0/-2)
breezy/plugins/fastimport/processors/__init__.py (+0/-2)
breezy/plugins/fastimport/processors/generic_processor.py (+0/-2)
breezy/plugins/fastimport/revision_store.py (+0/-2)
breezy/plugins/fastimport/tests/__init__.py (+0/-2)
breezy/plugins/fastimport/tests/test_branch_mapper.py (+0/-2)
breezy/plugins/fastimport/tests/test_commands.py (+0/-2)
breezy/plugins/fastimport/tests/test_exporter.py (+0/-2)
breezy/plugins/fastimport/tests/test_generic_processor.py (+0/-2)
breezy/plugins/fastimport/tests/test_head_tracking.py (+0/-2)
breezy/plugins/fastimport/tests/test_revision_store.py (+0/-2)
breezy/plugins/fastimport/user_mapper.py (+0/-2)
breezy/plugins/flake8/__init__.py (+0/-2)
breezy/plugins/fossil/__init__.py (+0/-2)
breezy/plugins/hg/__init__.py (+0/-2)
breezy/plugins/launchpad/__init__.py (+0/-2)
breezy/plugins/launchpad/account.py (+0/-2)
breezy/plugins/launchpad/cmds.py (+0/-2)
breezy/plugins/launchpad/lp_api.py (+0/-2)
breezy/plugins/launchpad/lp_directory.py (+0/-2)
breezy/plugins/launchpad/lp_propose.py (+0/-2)
breezy/plugins/launchpad/lp_registration.py (+0/-2)
breezy/plugins/launchpad/uris.py (+0/-2)
breezy/plugins/mtn/__init__.py (+0/-2)
breezy/plugins/netrc_credential_store/__init__.py (+0/-2)
breezy/plugins/news_merge/__init__.py (+0/-2)
breezy/plugins/news_merge/news_merge.py (+0/-3)
breezy/plugins/news_merge/parser.py (+0/-3)
breezy/plugins/po_merge/__init__.py (+0/-2)
breezy/plugins/po_merge/po_merge.py (+0/-2)
breezy/plugins/propose/__init__.py (+0/-2)
breezy/plugins/propose/cmds.py (+0/-2)
breezy/plugins/propose/github.py (+0/-2)
breezy/plugins/propose/gitlabs.py (+0/-2)
breezy/plugins/propose/launchpad.py (+0/-2)
breezy/plugins/quilt/__init__.py (+0/-2)
breezy/plugins/quilt/merge.py (+0/-2)
breezy/plugins/quilt/quilt.py (+0/-2)
breezy/plugins/quilt/tests/__init__.py (+0/-2)
breezy/plugins/quilt/tests/test_merge.py (+0/-2)
breezy/plugins/quilt/tests/test_wrapper.py (+0/-2)
breezy/plugins/quilt/wrapper.py (+0/-2)
breezy/plugins/repodebug/__init__.py (+0/-2)
breezy/plugins/repodebug/check_chk.py (+0/-2)
breezy/plugins/repodebug/chk_used_by.py (+0/-2)
breezy/plugins/repodebug/fetch_all_records.py (+0/-2)
breezy/plugins/repodebug/file_refs.py (+0/-2)
breezy/plugins/repodebug/missing_keys_for_stacking_fixer.py (+0/-2)
breezy/plugins/repodebug/repo_has_key.py (+0/-2)
breezy/plugins/repodebug/repo_keys.py (+0/-2)
breezy/plugins/rewrite/__init__.py (+0/-2)
breezy/plugins/rewrite/commands.py (+0/-2)
breezy/plugins/rewrite/maptree.py (+0/-2)
breezy/plugins/rewrite/pseudonyms.py (+0/-2)
breezy/plugins/rewrite/rebase.py (+0/-2)
breezy/plugins/rewrite/upgrade.py (+0/-2)
breezy/plugins/stats/__init__.py (+0/-2)
breezy/plugins/stats/classify.py (+0/-2)
breezy/plugins/stats/cmds.py (+0/-2)
breezy/plugins/stats/test_blackbox.py (+0/-2)
breezy/plugins/stats/test_classify.py (+0/-2)
breezy/plugins/stats/test_stats.py (+0/-2)
breezy/plugins/svn/__init__.py (+0/-2)
breezy/plugins/upload/__init__.py (+0/-2)
breezy/plugins/upload/cmds.py (+0/-2)
breezy/plugins/weave_fmt/__init__.py (+0/-2)
breezy/plugins/weave_fmt/branch.py (+0/-2)
breezy/plugins/weave_fmt/bzrdir.py (+0/-2)
breezy/plugins/weave_fmt/repository.py (+0/-2)
breezy/plugins/weave_fmt/store/__init__.py (+0/-2)
breezy/plugins/weave_fmt/store/text.py (+0/-2)
breezy/plugins/weave_fmt/store/versioned.py (+0/-2)
breezy/plugins/weave_fmt/test_bzrdir.py (+0/-2)
breezy/plugins/weave_fmt/test_repository.py (+0/-2)
breezy/plugins/weave_fmt/test_workingtree.py (+0/-2)
breezy/plugins/weave_fmt/workingtree.py (+0/-2)
breezy/plugins/weave_fmt/xml4.py (+0/-2)
breezy/plugins/zsh_completion/__init__.py (+0/-2)
breezy/plugins/zsh_completion/zshcomp.py (+0/-2)
breezy/progress.py (+0/-2)
breezy/propose.py (+0/-2)
breezy/push.py (+0/-2)
breezy/pyutils.py (+0/-2)
breezy/reconcile.py (+0/-2)
breezy/reconfigure.py (+0/-2)
breezy/recordcounter.py (+0/-2)
breezy/registry.py (+0/-2)
breezy/rename_map.py (+0/-2)
breezy/repository.py (+0/-2)
breezy/revision.py (+0/-2)
breezy/revisionspec.py (+0/-2)
breezy/revisiontree.py (+0/-2)
breezy/rio.py (+0/-2)
breezy/rules.py (+0/-2)
breezy/send.py (+0/-2)
breezy/shelf.py (+0/-2)
breezy/shelf_ui.py (+0/-2)
breezy/shellcomplete.py (+0/-2)
breezy/smtp_connection.py (+0/-2)
breezy/static_tuple.py (+0/-2)
breezy/status.py (+0/-2)
breezy/strace.py (+0/-2)
breezy/switch.py (+0/-2)
breezy/symbol_versioning.py (+0/-2)
breezy/tag.py (+0/-2)
breezy/terminal.py (+0/-2)
breezy/tests/__init__.py (+0/-2)
breezy/tests/blackbox/test_bisect.py (+0/-2)
breezy/tests/blackbox/test_log.py (+0/-2)
breezy/tests/features.py (+0/-2)
breezy/tests/test__rio.py (+0/-2)
breezy/tests/test_bisect.py (+0/-2)
breezy/tests/test_fetch_ghosts.py (+0/-2)
breezy/tests/test_grep.py (+0/-2)
breezy/tests/test_osutils.py (+0/-2)
breezy/tests/test_source.py (+0/-20)
breezy/tests/test_views.py (+0/-2)
breezy/tests/ui_testing.py (+0/-2)
breezy/textfile.py (+0/-2)
breezy/textmerge.py (+0/-2)
breezy/timestamp.py (+0/-2)
breezy/trace.py (+0/-2)
breezy/transactions.py (+0/-2)
breezy/transform.py (+0/-2)
breezy/transport/__init__.py (+0/-2)
breezy/transport/brokenrename.py (+0/-2)
breezy/transport/chroot.py (+0/-2)
breezy/transport/decorator.py (+0/-2)
breezy/transport/fakenfs.py (+0/-2)
breezy/transport/fakevfat.py (+0/-2)
breezy/transport/gio_transport.py (+0/-2)
breezy/transport/http/__init__.py (+0/-2)
breezy/transport/http/ca_bundle.py (+0/-2)
breezy/transport/http/response.py (+0/-2)
breezy/transport/http/wsgi.py (+0/-2)
breezy/transport/local.py (+0/-2)
breezy/transport/log.py (+0/-2)
breezy/transport/memory.py (+0/-2)
breezy/transport/nosmart.py (+0/-2)
breezy/transport/pathfilter.py (+0/-2)
breezy/transport/readonly.py (+0/-2)
breezy/transport/remote.py (+0/-2)
breezy/transport/sftp.py (+0/-2)
breezy/transport/ssh.py (+0/-2)
breezy/transport/trace.py (+0/-2)
breezy/transport/unlistable.py (+0/-2)
breezy/tree.py (+0/-2)
breezy/treebuilder.py (+0/-2)
breezy/tsort.py (+0/-2)
breezy/tuned_gzip.py (+0/-2)
breezy/ui/__init__.py (+0/-2)
breezy/ui/text.py (+0/-2)
breezy/uncommit.py (+0/-2)
breezy/upgrade.py (+0/-2)
breezy/upstream_import.py (+0/-2)
breezy/url_policy_open.py (+0/-2)
breezy/urlutils.py (+0/-2)
breezy/utextwrap.py (+0/-2)
breezy/util/__init__.py (+0/-1)
breezy/util/_bencode_py.py (+0/-2)
breezy/util/simplemapi.py (+0/-2)
breezy/version.py (+0/-2)
breezy/version_info_formats/__init__.py (+0/-2)
breezy/version_info_formats/format_custom.py (+0/-2)
breezy/version_info_formats/format_python.py (+0/-2)
breezy/version_info_formats/format_rio.py (+0/-2)
breezy/views.py (+0/-2)
breezy/win32utils.py (+0/-2)
breezy/workingtree.py (+0/-2)
brz (+0/-2)
profile_imports.py (+0/-4)
tools/brzflakes.py (+0/-2)
tools/capture_tree.py (+0/-2)
tools/prepare_for_latex.py (+0/-2)
To merge this branch: bzr merge lp:~jelmer/brz/drop-future
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+379372@code.launchpad.net

This proposal supersedes a proposal from 2020-02-18.

Commit message

Drop unnecessary imports from __future__.

Description of the change

Drop the use of 'from __future__', since we don't need it anymore now that we've dropped support for Python 2.7.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote : Posted in a previous version of this proposal
Revision history for this message
Jelmer Vernooij (jelmer) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
Jelmer Vernooij (jelmer) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/__init__.py'
--- breezy/__init__.py 2020-02-14 03:16:54 +0000
+++ breezy/__init__.py 2020-02-18 05:49:35 +0000
@@ -29,8 +29,6 @@
29We hope you enjoy this library.29We hope you enjoy this library.
30"""30"""
3131
32from __future__ import absolute_import
33
34import time32import time
3533
36# Keep track of when breezy was first imported, so that we can give rough34# Keep track of when breezy was first imported, so that we can give rough
@@ -43,7 +41,7 @@
4341
44__copyright__ = (42__copyright__ = (
45 "Copyright 2005-2012 Canonical Ltd.\n"43 "Copyright 2005-2012 Canonical Ltd.\n"
46 "Copyright 2017-2019 Breezy developers"44 "Copyright 2017-2020 Breezy developers"
47)45)
4846
49# same format as sys.version_info: "A tuple containing the five components of47# same format as sys.version_info: "A tuple containing the five components of
5048
=== modified file 'breezy/_annotator_py.py'
--- breezy/_annotator_py.py 2020-02-07 02:14:30 +0000
+++ breezy/_annotator_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Functionality for doing annotations in the 'optimal' way"""17"""Functionality for doing annotations in the 'optimal' way"""
1818
19from __future__ import absolute_import
20
21from .lazy_import import lazy_import19from .lazy_import import lazy_import
22lazy_import(globals(), """20lazy_import(globals(), """
2321
2422
=== modified file 'breezy/_annotator_pyx.pyx'
--- breezy/_annotator_pyx.pyx 2018-07-01 22:44:13 +0000
+++ breezy/_annotator_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Functionality for doing annotations in the 'optimal' way"""17"""Functionality for doing annotations in the 'optimal' way"""
1818
19from __future__ import absolute_import
20
2119
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 pass21 pass
2422
=== modified file 'breezy/_bencode_pyx.pyx'
--- breezy/_bencode_pyx.pyx 2018-08-21 19:28:52 +0000
+++ breezy/_bencode_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Pyrex implementation for bencode coder/decoder"""17"""Pyrex implementation for bencode coder/decoder"""
1818
19from __future__ import absolute_import
20
21from cpython.bool cimport (19from cpython.bool cimport (
22 PyBool_Check,20 PyBool_Check,
23 )21 )
2422
=== modified file 'breezy/_chunks_to_lines_py.py'
--- breezy/_chunks_to_lines_py.py 2017-06-11 01:12:29 +0000
+++ breezy/_chunks_to_lines_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""The python implementation of chunks_to_lines"""17"""The python implementation of chunks_to_lines"""
1818
19from __future__ import absolute_import
20
2119
22def chunks_to_lines(chunks):20def chunks_to_lines(chunks):
23 """Re-split chunks into simple lines.21 """Re-split chunks into simple lines.
2422
=== modified file 'breezy/_chunks_to_lines_pyx.pyx'
--- breezy/_chunks_to_lines_pyx.pyx 2018-07-01 20:02:53 +0000
+++ breezy/_chunks_to_lines_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Pyrex extensions for converting chunks to lines."""18"""Pyrex extensions for converting chunks to lines."""
1919
20from __future__ import absolute_import
21
2220
23cdef extern from "python-compat.h":21cdef extern from "python-compat.h":
24 pass22 pass
2523
=== modified file 'breezy/_known_graph_py.py'
--- breezy/_known_graph_py.py 2020-02-07 02:14:30 +0000
+++ breezy/_known_graph_py.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Implementation of Graph algorithms when we have already loaded everything.17"""Implementation of Graph algorithms when we have already loaded everything.
18"""18"""
1919
20from __future__ import absolute_import
21
22try:20try:
23 from collections.abc import deque21 from collections.abc import deque
24except ImportError: # python < 3.722except ImportError: # python < 3.7
2523
=== modified file 'breezy/_known_graph_pyx.pyx'
--- breezy/_known_graph_pyx.pyx 2019-01-27 18:53:46 +0000
+++ breezy/_known_graph_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Implementation of Graph algorithms when we have already loaded everything.17"""Implementation of Graph algorithms when we have already loaded everything.
18"""18"""
1919
20from __future__ import absolute_import
21
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 pass21 pass
2422
2523
=== modified file 'breezy/_readdir_py.py'
--- breezy/_readdir_py.py 2017-11-12 13:53:51 +0000
+++ breezy/_readdir_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Python implementation of readdir interface."""17"""Python implementation of readdir interface."""
1818
19from __future__ import absolute_import
20
21import stat19import stat
2220
2321
2422
=== modified file 'breezy/_readdir_pyx.pyx'
--- breezy/_readdir_pyx.pyx 2018-08-18 22:45:58 +0000
+++ breezy/_readdir_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Wrapper for readdir which returns files ordered by inode."""17"""Wrapper for readdir which returns files ordered by inode."""
1818
19from __future__ import absolute_import
20
2119
22import os20import os
23import sys21import sys
2422
=== modified file 'breezy/_rio_py.py'
--- breezy/_rio_py.py 2018-11-11 04:08:32 +0000
+++ breezy/_rio_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Python implementation of _read_stanza_*."""17"""Python implementation of _read_stanza_*."""
1818
19from __future__ import absolute_import
20
21import re19import re
2220
23from .rio import (21from .rio import (
2422
=== modified file 'breezy/_rio_pyx.pyx'
--- breezy/_rio_pyx.pyx 2018-08-18 19:43:40 +0000
+++ breezy/_rio_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Pyrex implementation of _read_stanza_*."""17"""Pyrex implementation of _read_stanza_*."""
1818
19from __future__ import absolute_import
20
2119
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 pass21 pass
2422
=== modified file 'breezy/_simple_set_pyx.pyx'
--- breezy/_simple_set_pyx.pyx 2017-06-21 22:25:57 +0000
+++ breezy/_simple_set_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Definition of a class that is similar to Set with some small changes."""17"""Definition of a class that is similar to Set with some small changes."""
1818
19from __future__ import absolute_import
20
21from cpython.object cimport (19from cpython.object cimport (
22 hashfunc,20 hashfunc,
23 Py_EQ,21 Py_EQ,
2422
=== modified file 'breezy/_static_tuple_py.py'
--- breezy/_static_tuple_py.py 2020-02-07 02:14:30 +0000
+++ breezy/_static_tuple_py.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20strings.20strings.
21"""21"""
2222
23from __future__ import absolute_import
24
25import sys23import sys
2624
2725
2826
=== modified file 'breezy/_termcolor.py'
--- breezy/_termcolor.py 2018-11-11 04:08:32 +0000
+++ breezy/_termcolor.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import os17import os
20import sys18import sys
2119
2220
=== modified file 'breezy/_walkdirs_win32.pyx'
--- breezy/_walkdirs_win32.pyx 2017-06-10 00:09:13 +0000
+++ breezy/_walkdirs_win32.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Helper functions for Walkdirs on win32."""17"""Helper functions for Walkdirs on win32."""
1818
19from __future__ import absolute_import
20
2119
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 struct _HANDLE:21 struct _HANDLE:
2422
=== modified file 'breezy/add.py'
--- breezy/add.py 2018-11-10 17:52:47 +0000
+++ breezy/add.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Helper functions for adding files to working trees."""17"""Helper functions for adding files to working trees."""
1818
19from __future__ import absolute_import
20
21import sys19import sys
22import os20import os
2321
2422
=== modified file 'breezy/annotate.py'
--- breezy/annotate.py 2020-01-11 17:41:33 +0000
+++ breezy/annotate.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""File annotate based on weave storage"""17"""File annotate based on weave storage"""
1818
19from __future__ import absolute_import
20
21# TODO: Choice of more or less verbose formats:19# TODO: Choice of more or less verbose formats:
22#20#
23# interposed: show more details between blocks of modified lines21# interposed: show more details between blocks of modified lines
2422
=== modified file 'breezy/archive/__init__.py'
--- breezy/archive/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/archive/__init__.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Export trees to tarballs, zipfiles, etc.17"""Export trees to tarballs, zipfiles, etc.
18"""18"""
1919
20from __future__ import absolute_import
21
22import os20import os
23import time21import time
24import warnings22import warnings
2523
=== modified file 'breezy/archive/tar.py'
--- breezy/archive/tar.py 2020-02-07 02:14:30 +0000
+++ breezy/archive/tar.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Export a tree to a tarball."""17"""Export a tree to a tarball."""
1818
19from __future__ import absolute_import
20
21from contextlib import closing19from contextlib import closing
22from io import BytesIO20from io import BytesIO
23import os21import os
2422
=== modified file 'breezy/archive/zip.py'
--- breezy/archive/zip.py 2018-11-16 18:33:17 +0000
+++ breezy/archive/zip.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Export a Tree to a zip file.17"""Export a Tree to a zip file.
18"""18"""
1919
20from __future__ import absolute_import
21
22from contextlib import closing20from contextlib import closing
23import os21import os
24import stat22import stat
2523
=== modified file 'breezy/atomicfile.py'
--- breezy/atomicfile.py 2018-11-10 17:52:47 +0000
+++ breezy/atomicfile.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import os17import os
2018
21import stat19import stat
2220
=== modified file 'breezy/bedding.py'
--- breezy/bedding.py 2020-02-07 02:14:30 +0000
+++ breezy/bedding.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Functions for deriving user configuration from system environment."""18"""Functions for deriving user configuration from system environment."""
1919
20from __future__ import absolute_import
21
22import os20import os
23import sys21import sys
2422
2523
=== modified file 'breezy/bencode.py'
--- breezy/bencode.py 2018-11-11 03:33:20 +0000
+++ breezy/bencode.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Wrapper around the bencode pyrex and python implementation"""17"""Wrapper around the bencode pyrex and python implementation"""
1818
19from __future__ import absolute_import
20
21from . import osutils19from . import osutils
2220
23try:21try:
2422
=== modified file 'breezy/bisect.py'
--- breezy/bisect.py 2020-02-07 02:14:30 +0000
+++ breezy/bisect.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""bisect command implementations."""17"""bisect command implementations."""
1818
19from __future__ import absolute_import
20
21import sys19import sys
22from .controldir import ControlDir20from .controldir import ControlDir
23from . import revision as _mod_revision21from . import revision as _mod_revision
2422
=== modified file 'breezy/bisect_multi.py'
--- breezy/bisect_multi.py 2018-11-11 14:23:06 +0000
+++ breezy/bisect_multi.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Bisection lookup multiple keys."""17"""Bisection lookup multiple keys."""
1818
19from __future__ import absolute_import
20
21__all__ = [19__all__ = [
22 'bisect_multi_bytes',20 'bisect_multi_bytes',
23 ]21 ]
2422
=== modified file 'breezy/branch.py'
--- breezy/branch.py 2020-02-07 02:14:30 +0000
+++ breezy/branch.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .lazy_import import lazy_import17from .lazy_import import lazy_import
20lazy_import(globals(), """18lazy_import(globals(), """
21import contextlib19import contextlib
2220
=== modified file 'breezy/branchbuilder.py'
--- breezy/branchbuilder.py 2020-02-07 02:14:30 +0000
+++ breezy/branchbuilder.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Utility for create branches with particular contents."""17"""Utility for create branches with particular contents."""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 controldir,20 controldir,
23 commit,21 commit,
2422
=== modified file 'breezy/breakin.py'
--- breezy/breakin.py 2018-11-11 03:33:20 +0000
+++ breezy/breakin.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import os17import os
20import signal18import signal
2119
2220
=== modified file 'breezy/bugtracker.py'
--- breezy/bugtracker.py 2018-11-17 01:04:53 +0000
+++ breezy/bugtracker.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from . import (17from . import (
20 errors,18 errors,
21 registry,19 registry,
2220
=== modified file 'breezy/builtins.py'
--- breezy/builtins.py 2020-02-07 02:14:30 +0000
+++ breezy/builtins.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""builtin brz commands"""17"""builtin brz commands"""
1818
19from __future__ import absolute_import
20
21import errno19import errno
22import os20import os
23import sys21import sys
2422
=== modified file 'breezy/bzr/__init__.py'
--- breezy/bzr/__init__.py 2019-11-06 01:31:41 +0000
+++ breezy/bzr/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .. import (17from .. import (
20 config,18 config,
21 errors,19 errors,
2220
=== modified file 'breezy/bzr/_btree_serializer_py.py'
--- breezy/bzr/_btree_serializer_py.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr/_btree_serializer_py.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""B+Tree index parsing."""18"""B+Tree index parsing."""
1919
20from __future__ import absolute_import
21
22from .. import static_tuple20from .. import static_tuple
2321
2422
2523
=== modified file 'breezy/bzr/_btree_serializer_pyx.pyx'
--- breezy/bzr/_btree_serializer_pyx.pyx 2019-09-22 02:25:23 +0000
+++ breezy/bzr/_btree_serializer_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Pyrex extensions to btree node parsing."""18"""Pyrex extensions to btree node parsing."""
1919
20from __future__ import absolute_import
21
2220
23cdef extern from "python-compat.h":21cdef extern from "python-compat.h":
24 pass22 pass
2523
=== modified file 'breezy/bzr/_chk_map_py.py'
--- breezy/bzr/_chk_map_py.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/_chk_map_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Python implementation of _search_key functions, etc."""17"""Python implementation of _search_key functions, etc."""
1818
19from __future__ import absolute_import
20
21import zlib19import zlib
22import struct20import struct
2321
2422
=== modified file 'breezy/bzr/_chk_map_pyx.pyx'
--- breezy/bzr/_chk_map_pyx.pyx 2019-09-22 02:25:23 +0000
+++ breezy/bzr/_chk_map_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19cdef extern from "python-compat.h":17cdef extern from "python-compat.h":
20 pass18 pass
2119
2220
=== modified file 'breezy/bzr/_dirstate_helpers_py.py'
--- breezy/bzr/_dirstate_helpers_py.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/_dirstate_helpers_py.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Python implementations of Dirstate Helper functions."""17"""Python implementations of Dirstate Helper functions."""
1818
19from __future__ import absolute_import
20
21import binascii19import binascii
22import os20import os
23import struct21import struct
2422
=== modified file 'breezy/bzr/_dirstate_helpers_pyx.pyx'
--- breezy/bzr/_dirstate_helpers_pyx.pyx 2020-01-31 10:39:02 +0000
+++ breezy/bzr/_dirstate_helpers_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19This is the python implementation for DirState functions.19This is the python implementation for DirState functions.
20"""20"""
2121
22from __future__ import absolute_import
23
24import binascii22import binascii
25import bisect23import bisect
26import errno24import errno
2725
=== modified file 'breezy/bzr/_groupcompress_py.py'
--- breezy/bzr/_groupcompress_py.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/_groupcompress_py.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20useless stuff.20useless stuff.
21"""21"""
2222
23from __future__ import absolute_import
24
25from .. import osutils23from .. import osutils
2624
2725
2826
=== modified file 'breezy/bzr/_groupcompress_pyx.pyx'
--- breezy/bzr/_groupcompress_pyx.pyx 2018-11-16 13:30:16 +0000
+++ breezy/bzr/_groupcompress_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Compiled extensions for doing compression."""17"""Compiled extensions for doing compression."""
1818
19from __future__ import absolute_import
20
2119
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 pass21 pass
2422
=== modified file 'breezy/bzr/_knit_load_data_py.py'
--- breezy/bzr/_knit_load_data_py.py 2019-03-18 04:31:21 +0000
+++ breezy/bzr/_knit_load_data_py.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .knit import KnitCorrupt17from .knit import KnitCorrupt
2018
2119
2220
=== modified file 'breezy/bzr/_knit_load_data_pyx.pyx'
--- breezy/bzr/_knit_load_data_pyx.pyx 2018-07-03 17:23:58 +0000
+++ breezy/bzr/_knit_load_data_pyx.pyx 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Pyrex extensions to knit parsing."""17"""Pyrex extensions to knit parsing."""
1818
19from __future__ import absolute_import
20
21import sys19import sys
2220
23from .knit import KnitCorrupt21from .knit import KnitCorrupt
2422
=== modified file 'breezy/bzr/_str_helpers.pxd'
--- breezy/bzr/_str_helpers.pxd 2018-07-12 01:43:49 +0000
+++ breezy/bzr/_str_helpers.pxd 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Trivial string helpers for use in other cython modules."""18"""Trivial string helpers for use in other cython modules."""
1919
20from __future__ import absolute_import
21
22cdef extern from "python-compat.h":20cdef extern from "python-compat.h":
23 object PyBytes_FromStringAndSize (char *, Py_ssize_t)21 object PyBytes_FromStringAndSize (char *, Py_ssize_t)
24 object PyBytes_InternFromStringAndSize (char *, Py_ssize_t)22 object PyBytes_InternFromStringAndSize (char *, Py_ssize_t)
2523
=== modified file 'breezy/bzr/branch.py'
--- breezy/bzr/branch.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/branch.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
20from io import BytesIO18from io import BytesIO
21import sys19import sys
2220
2321
=== modified file 'breezy/bzr/btree_index.py'
--- breezy/bzr/btree_index.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/btree_index.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""B+Tree indices"""18"""B+Tree indices"""
1919
20from __future__ import absolute_import, division
21
22from io import BytesIO20from io import BytesIO
2321
24from ..lazy_import import lazy_import22from ..lazy_import import lazy_import
2523
=== modified file 'breezy/bzr/bundle/__init__.py'
--- breezy/bzr/bundle/__init__.py 2019-06-30 10:50:40 +0000
+++ breezy/bzr/bundle/__init__.py 2020-02-18 05:49:35 +0000
@@ -13,5 +13,3 @@
13# You should have received a copy of the GNU General Public License13# You should have received a copy of the GNU General Public License
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
17from __future__ import absolute_import
1816
=== modified file 'breezy/bzr/bundle/apply_bundle.py'
--- breezy/bzr/bundle/apply_bundle.py 2019-06-30 10:50:40 +0000
+++ breezy/bzr/bundle/apply_bundle.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
18This contains functionality for installing bundles into repositories18This contains functionality for installing bundles into repositories
19"""19"""
2020
21from __future__ import absolute_import
22
23from ... import ui21from ... import ui
24from ...i18n import gettext22from ...i18n import gettext
25from ...merge import Merger23from ...merge import Merger
2624
=== modified file 'breezy/bzr/bundle/bundle_data.py'
--- breezy/bzr/bundle/bundle_data.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/bundle/bundle_data.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Read in a bundle stream, and process it into a BundleReader object."""17"""Read in a bundle stream, and process it into a BundleReader object."""
1818
19from __future__ import absolute_import
20
21import base6419import base64
22from io import BytesIO20from io import BytesIO
23import os21import os
2422
=== modified file 'breezy/bzr/bundle/commands.py'
--- breezy/bzr/bundle/commands.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/bundle/commands.py 2020-02-18 05:49:35 +0000
@@ -21,8 +21,6 @@
21and for applying a changeset.21and for applying a changeset.
22"""22"""
2323
24from __future__ import absolute_import
25
26from io import BytesIO24from io import BytesIO
2725
28from ... import (26from ... import (
2927
=== modified file 'breezy/bzr/bundle/serializer/__init__.py'
--- breezy/bzr/bundle/serializer/__init__.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/bundle/serializer/__init__.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Serializer factory for reading and writing bundles.17"""Serializer factory for reading and writing bundles.
18"""18"""
1919
20from __future__ import absolute_import
21
22import base6420import base64
23from io import BytesIO21from io import BytesIO
24import re22import re
2523
=== modified file 'breezy/bzr/bundle/serializer/v08.py'
--- breezy/bzr/bundle/serializer/v08.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/bundle/serializer/v08.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Serializer factory for reading and writing bundles.17"""Serializer factory for reading and writing bundles.
18"""18"""
1919
20from __future__ import absolute_import
21
22from .... import (20from .... import (
23 errors,21 errors,
24 ui,22 ui,
2523
=== modified file 'breezy/bzr/bundle/serializer/v09.py'
--- breezy/bzr/bundle/serializer/v09.py 2019-09-21 15:10:27 +0000
+++ breezy/bzr/bundle/serializer/v09.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from . import _get_bundle_header17from . import _get_bundle_header
20from .v08 import BundleSerializerV08, BundleReader18from .v08 import BundleSerializerV08, BundleReader
21from ..bundle_data import BundleInfo19from ..bundle_data import BundleInfo
2220
=== modified file 'breezy/bzr/bundle/serializer/v4.py'
--- breezy/bzr/bundle/serializer/v4.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/bundle/serializer/v4.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import bz217import bz2
20from io import (18from io import (
21 BytesIO,19 BytesIO,
2220
=== modified file 'breezy/bzr/bzrdir.py'
--- breezy/bzr/bzrdir.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/bzrdir.py 2020-02-18 05:49:35 +0000
@@ -25,8 +25,6 @@
25objects returned.25objects returned.
26"""26"""
2727
28from __future__ import absolute_import
29
30import sys28import sys
3129
32from ..lazy_import import lazy_import30from ..lazy_import import lazy_import
3331
=== modified file 'breezy/bzr/check.py'
--- breezy/bzr/check.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/check.py 2020-02-18 05:49:35 +0000
@@ -47,8 +47,6 @@
47 indicating that the revision was found/not found.47 indicating that the revision was found/not found.
48"""48"""
4949
50from __future__ import absolute_import
51
52from .. import (50from .. import (
53 ui,51 ui,
54 )52 )
5553
=== modified file 'breezy/bzr/chk_map.py'
--- breezy/bzr/chk_map.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/chk_map.py 2020-02-18 05:49:35 +0000
@@ -37,8 +37,6 @@
3737
38"""38"""
3939
40from __future__ import absolute_import
41
42import heapq40import heapq
43import threading41import threading
4442
4543
=== modified file 'breezy/bzr/chk_serializer.py'
--- breezy/bzr/chk_serializer.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/chk_serializer.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Serializer object for CHK based inventory storage."""17"""Serializer object for CHK based inventory storage."""
1818
19from __future__ import absolute_import
20
21from io import (19from io import (
22 BytesIO,20 BytesIO,
23 )21 )
2422
=== modified file 'breezy/bzr/debug_commands.py'
--- breezy/bzr/debug_commands.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/debug_commands.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Debug commands for the bzr formats."""17"""Debug commands for the bzr formats."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from .. import (21from .. import (
2422
=== modified file 'breezy/bzr/dirstate.py'
--- breezy/bzr/dirstate.py 2020-02-14 00:44:15 +0000
+++ breezy/bzr/dirstate.py 2020-02-18 05:49:35 +0000
@@ -218,8 +218,6 @@
218218
219"""219"""
220220
221from __future__ import absolute_import
222
223import bisect221import bisect
224import contextlib222import contextlib
225import errno223import errno
226224
=== modified file 'breezy/bzr/fetch.py'
--- breezy/bzr/fetch.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/fetch.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
22branch.22branch.
23"""23"""
2424
25from __future__ import absolute_import
26
27import operator25import operator
2826
29from ..lazy_import import lazy_import27from ..lazy_import import lazy_import
3028
=== modified file 'breezy/bzr/fullhistory.py'
--- breezy/bzr/fullhistory.py 2020-01-18 04:16:23 +0000
+++ breezy/bzr/fullhistory.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Full history branch formats."""17"""Full history branch formats."""
1818
19from __future__ import absolute_import
20
21from .. import (19from .. import (
22 debug,20 debug,
23 errors,21 errors,
2422
=== modified file 'breezy/bzr/generate_ids.py'
--- breezy/bzr/generate_ids.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/generate_ids.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Common code for generating file or revision ids."""17"""Common code for generating file or revision ids."""
1818
19from __future__ import absolute_import
20
21from ..lazy_import import lazy_import19from ..lazy_import import lazy_import
22lazy_import(globals(), """20lazy_import(globals(), """
23import time21import time
2422
=== modified file 'breezy/bzr/groupcompress.py'
--- breezy/bzr/groupcompress.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/groupcompress.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Core compression logic for compressing streams of related files."""17"""Core compression logic for compressing streams of related files."""
1818
19from __future__ import absolute_import
20
21import time19import time
22import zlib20import zlib
2321
2422
=== modified file 'breezy/bzr/groupcompress_repo.py'
--- breezy/bzr/groupcompress_repo.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/groupcompress_repo.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Repository formats using CHK inventories and groupcompress compression."""17"""Repository formats using CHK inventories and groupcompress compression."""
1818
19from __future__ import absolute_import
20
21import time19import time
2220
23from .. import (21from .. import (
2422
=== modified file 'breezy/bzr/index.py'
--- breezy/bzr/index.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/index.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Indexing facilities."""17"""Indexing facilities."""
1818
19from __future__ import absolute_import
20
21__all__ = [19__all__ = [
22 'CombinedGraphIndex',20 'CombinedGraphIndex',
23 'GraphIndex',21 'GraphIndex',
2422
=== modified file 'breezy/bzr/inventory.py'
--- breezy/bzr/inventory.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/inventory.py 2020-02-18 05:49:35 +0000
@@ -23,8 +23,6 @@
23# But those depend on its position within a particular inventory, and23# But those depend on its position within a particular inventory, and
24# it would be nice not to need to hold the backpointer here.24# it would be nice not to need to hold the backpointer here.
2525
26from __future__ import absolute_import
27
28# This should really be an id randomly assigned when the tree is26# This should really be an id randomly assigned when the tree is
29# created, but it's not for now.27# created, but it's not for now.
30ROOT_ID = b"TREE_ROOT"28ROOT_ID = b"TREE_ROOT"
3129
=== modified file 'breezy/bzr/inventory_delta.py'
--- breezy/bzr/inventory_delta.py 2020-02-09 01:16:06 +0000
+++ breezy/bzr/inventory_delta.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
22 - InventoryDeltaSerializer - object to read/write inventory deltas.22 - InventoryDeltaSerializer - object to read/write inventory deltas.
23"""23"""
2424
25from __future__ import absolute_import
26
27__all__ = ['InventoryDeltaSerializer']25__all__ = ['InventoryDeltaSerializer']
2826
29from .. import errors27from .. import errors
3028
=== modified file 'breezy/bzr/inventorytree.py'
--- breezy/bzr/inventorytree.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/inventorytree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Tree classes, representing directory at point in time.17"""Tree classes, representing directory at point in time.
18"""18"""
1919
20from __future__ import absolute_import
21
22import os20import os
23import re21import re
2422
2523
=== modified file 'breezy/bzr/knit.py'
--- breezy/bzr/knit.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/knit.py 2020-02-18 05:49:35 +0000
@@ -51,8 +51,6 @@
5151
52"""52"""
5353
54from __future__ import absolute_import
55
56import operator54import operator
57from io import BytesIO55from io import BytesIO
58import os56import os
5957
=== modified file 'breezy/bzr/knitpack_repo.py'
--- breezy/bzr/knitpack_repo.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/knitpack_repo.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Knit-based pack repository formats."""17"""Knit-based pack repository formats."""
1818
19from __future__ import absolute_import
20
21from .. import (19from .. import (
22 errors,20 errors,
23 )21 )
2422
=== modified file 'breezy/bzr/knitrepo.py'
--- breezy/bzr/knitrepo.py 2020-01-11 17:50:28 +0000
+++ breezy/bzr/knitrepo.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ..lazy_import import lazy_import17from ..lazy_import import lazy_import
20lazy_import(globals(), """18lazy_import(globals(), """
21import itertools19import itertools
2220
=== modified file 'breezy/bzr/pack.py'
--- breezy/bzr/pack.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/pack.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20doc/developers/container-format.txt.20doc/developers/container-format.txt.
21"""21"""
2222
23from __future__ import absolute_import
24
25from io import BytesIO23from io import BytesIO
26import re24import re
2725
2826
=== modified file 'breezy/bzr/pack_repo.py'
--- breezy/bzr/pack_repo.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/pack_repo.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import re17import re
20import sys18import sys
2119
2220
=== modified file 'breezy/bzr/reconcile.py'
--- breezy/bzr/reconcile.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/reconcile.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Reconcilers are able to fix some potential data errors in a branch."""17"""Reconcilers are able to fix some potential data errors in a branch."""
1818
19from __future__ import absolute_import
20
21__all__ = [19__all__ = [
22 'BranchReconciler',20 'BranchReconciler',
23 'KnitReconciler',21 'KnitReconciler',
2422
=== modified file 'breezy/bzr/remote.py'
--- breezy/bzr/remote.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/remote.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import bz217import bz2
20import os18import os
21import re19import re
2220
=== modified file 'breezy/bzr/repository.py'
--- breezy/bzr/repository.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/repository.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import itertools17import itertools
2018
21from . import (19from . import (
2220
=== modified file 'breezy/bzr/serializer.py'
--- breezy/bzr/serializer.py 2020-01-31 10:39:02 +0000
+++ breezy/bzr/serializer.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Inventory/revision serialization."""17"""Inventory/revision serialization."""
1818
19from __future__ import absolute_import
20
21from .. import registry19from .. import registry
2220
2321
2422
=== modified file 'breezy/bzr/smart/__init__.py'
--- breezy/bzr/smart/__init__.py 2018-11-10 17:52:47 +0000
+++ breezy/bzr/smart/__init__.py 2020-02-18 05:49:35 +0000
@@ -33,8 +33,6 @@
3333
34"""34"""
3535
36from __future__ import absolute_import
37
38# TODO: A plain integer from query_version is too simple; should give some36# TODO: A plain integer from query_version is too simple; should give some
39# capabilities too?37# capabilities too?
4038
4139
=== modified file 'breezy/bzr/smart/branch.py'
--- breezy/bzr/smart/branch.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/branch.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Server-side branch related request implmentations."""17"""Server-side branch related request implmentations."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 bencode,20 bencode,
23 errors,21 errors,
2422
=== modified file 'breezy/bzr/smart/bzrdir.py'
--- breezy/bzr/smart/bzrdir.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/bzrdir.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Server-side bzrdir related request implmentations."""17"""Server-side bzrdir related request implmentations."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 bencode,20 bencode,
23 branch,21 branch,
2422
=== modified file 'breezy/bzr/smart/client.py'
--- breezy/bzr/smart/client.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr/smart/client.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ... import lazy_import17from ... import lazy_import
20lazy_import.lazy_import(globals(), """18lazy_import.lazy_import(globals(), """
21from breezy.bzr.smart import request as _mod_request19from breezy.bzr.smart import request as _mod_request
2220
=== modified file 'breezy/bzr/smart/medium.py'
--- breezy/bzr/smart/medium.py 2019-07-28 22:59:46 +0000
+++ breezy/bzr/smart/medium.py 2020-02-18 05:49:35 +0000
@@ -24,8 +24,6 @@
24breezy/transport/smart/__init__.py.24breezy/transport/smart/__init__.py.
25"""25"""
2626
27from __future__ import absolute_import
28
29import errno27import errno
30import io28import io
31import os29import os
3230
=== modified file 'breezy/bzr/smart/message.py'
--- breezy/bzr/smart/message.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/message.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19try:17try:
20 from collections.abc import deque18 from collections.abc import deque
21except ImportError: # python < 3.719except ImportError: # python < 3.7
2220
=== modified file 'breezy/bzr/smart/packrepository.py'
--- breezy/bzr/smart/packrepository.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr/smart/packrepository.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19"""Server-side pack repository related request implmentations."""17"""Server-side pack repository related request implmentations."""
2018
21from .request import (19from .request import (
2220
=== modified file 'breezy/bzr/smart/ping.py'
--- breezy/bzr/smart/ping.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/ping.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Ping plugin for brz."""17"""Ping plugin for brz."""
1818
19from __future__ import absolute_import
20
21from ...commands import Command19from ...commands import Command
22from ...lazy_import import lazy_import20from ...lazy_import import lazy_import
2321
2422
=== modified file 'breezy/bzr/smart/protocol.py'
--- breezy/bzr/smart/protocol.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/protocol.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
18client and server.18client and server.
19"""19"""
2020
21from __future__ import absolute_import
22
23try:21try:
24 from collections.abc import deque22 from collections.abc import deque
25except ImportError: # python < 3.723except ImportError: # python < 3.7
2624
=== modified file 'breezy/bzr/smart/repository.py'
--- breezy/bzr/smart/repository.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/repository.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Server-side repository related request implementations."""17"""Server-side repository related request implementations."""
1818
19from __future__ import absolute_import
20
21import bz219import bz2
22import itertools20import itertools
23import os21import os
2422
=== modified file 'breezy/bzr/smart/request.py'
--- breezy/bzr/smart/request.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/request.py 2020-02-18 05:49:35 +0000
@@ -26,8 +26,6 @@
26 of times during a request).26 of times during a request).
27"""27"""
2828
29from __future__ import absolute_import
30
31# XXX: The class names are a little confusing: the protocol will instantiate a29# XXX: The class names are a little confusing: the protocol will instantiate a
32# SmartServerRequestHandler, whose dispatch_command method creates an instance30# SmartServerRequestHandler, whose dispatch_command method creates an instance
33# of a SmartServerRequest subclass.31# of a SmartServerRequest subclass.
3432
=== modified file 'breezy/bzr/smart/server.py'
--- breezy/bzr/smart/server.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/smart/server.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Server for smart-server protocol."""17"""Server for smart-server protocol."""
1818
19from __future__ import absolute_import
20
21import errno19import errno
22import os.path20import os.path
23import socket21import socket
2422
=== modified file 'breezy/bzr/smart/signals.py'
--- breezy/bzr/smart/signals.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr/smart/signals.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Signal handling for the smart server code."""17"""Signal handling for the smart server code."""
1818
19from __future__ import absolute_import
20
21import signal19import signal
22import weakref20import weakref
2321
2422
=== modified file 'breezy/bzr/smart/vfs.py'
--- breezy/bzr/smart/vfs.py 2018-11-17 16:53:10 +0000
+++ breezy/bzr/smart/vfs.py 2020-02-18 05:49:35 +0000
@@ -24,8 +24,6 @@
24protocol, as implemented in bzr 0.11 and later.24protocol, as implemented in bzr 0.11 and later.
25"""25"""
2626
27from __future__ import absolute_import
28
29import os27import os
3028
31from ... import urlutils29from ... import urlutils
3230
=== modified file 'breezy/bzr/testament.py'
--- breezy/bzr/testament.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/testament.py 2020-02-18 05:49:35 +0000
@@ -59,8 +59,6 @@
59* the testament uses unix line-endings (\n)59* the testament uses unix line-endings (\n)
60"""60"""
6161
62from __future__ import absolute_import
63
64# XXX: At the moment, clients trust that the graph described in a weave62# XXX: At the moment, clients trust that the graph described in a weave
65# is accurate, but that's not covered by the testament. Perhaps the best63# is accurate, but that's not covered by the testament. Perhaps the best
66# fix is when verifying a revision to make sure that every file mentioned64# fix is when verifying a revision to make sure that every file mentioned
6765
=== modified file 'breezy/bzr/textinv.py'
--- breezy/bzr/textinv.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr/textinv.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .errors import BzrError17from .errors import BzrError
20from .inventory import Inventory18from .inventory import Inventory
2119
2220
=== modified file 'breezy/bzr/versionedfile.py'
--- breezy/bzr/versionedfile.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/versionedfile.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Versioned text file storage api."""17"""Versioned text file storage api."""
1818
19from __future__ import absolute_import
20
21from copy import copy19from copy import copy
22from io import BytesIO20from io import BytesIO
23import itertools21import itertools
2422
=== modified file 'breezy/bzr/vf_repository.py'
--- breezy/bzr/vf_repository.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/vf_repository.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Repository formats built around versioned files."""17"""Repository formats built around versioned files."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from ..lazy_import import lazy_import21from ..lazy_import import lazy_import
2422
=== modified file 'breezy/bzr/vf_search.py'
--- breezy/bzr/vf_search.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/vf_search.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Searching in versioned file repositories."""17"""Searching in versioned file repositories."""
1818
19from __future__ import absolute_import
20
21import itertools19import itertools
2220
23from .. import (21from .. import (
2422
=== modified file 'breezy/bzr/weave.py'
--- breezy/bzr/weave.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/weave.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Weave - storage of related text file versions"""19"""Weave - storage of related text file versions"""
2020
21from __future__ import absolute_import
22
23# XXX: If we do weaves this way, will a merge still behave the same21# XXX: If we do weaves this way, will a merge still behave the same
24# way if it's done in a different order? That's a pretty desirable22# way if it's done in a different order? That's a pretty desirable
25# property.23# property.
2624
=== modified file 'breezy/bzr/weavefile.py'
--- breezy/bzr/weavefile.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/weavefile.py 2020-02-18 05:49:35 +0000
@@ -34,8 +34,6 @@
34line contains a newline, or ',' if not.34line contains a newline, or ',' if not.
35"""35"""
3636
37from __future__ import absolute_import
38
39# TODO: When extracting a single version it'd be enough to just pass37# TODO: When extracting a single version it'd be enough to just pass
40# an iterator returning the weave lines... We don't really need to38# an iterator returning the weave lines... We don't really need to
41# deserialize it into memory.39# deserialize it into memory.
4240
=== modified file 'breezy/bzr/workingtree.py'
--- breezy/bzr/workingtree.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/workingtree.py 2020-02-18 05:49:35 +0000
@@ -30,8 +30,6 @@
30"""30"""
3131
3232
33from __future__ import absolute_import
34
35from bisect import bisect_left33from bisect import bisect_left
36import breezy34import breezy
37try:35try:
3836
=== modified file 'breezy/bzr/workingtree_3.py'
--- breezy/bzr/workingtree_3.py 2019-06-29 13:16:26 +0000
+++ breezy/bzr/workingtree_3.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""19"""
2020
21from __future__ import absolute_import
22
23import errno21import errno
2422
25from . import (23from . import (
2624
=== modified file 'breezy/bzr/workingtree_4.py'
--- breezy/bzr/workingtree_4.py 2020-02-13 23:57:28 +0000
+++ breezy/bzr/workingtree_4.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
22WorkingTree.open(dir).22WorkingTree.open(dir).
23"""23"""
2424
25from __future__ import absolute_import
26
27from io import BytesIO25from io import BytesIO
28import os26import os
2927
3028
=== modified file 'breezy/bzr/xml5.py'
--- breezy/bzr/xml5.py 2020-01-31 02:49:47 +0000
+++ breezy/bzr/xml5.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .. import (17from .. import (
20 cache_utf8,18 cache_utf8,
21 errors,19 errors,
2220
=== modified file 'breezy/bzr/xml6.py'
--- breezy/bzr/xml6.py 2018-05-13 02:18:13 +0000
+++ breezy/bzr/xml6.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from . import xml817from . import xml8
2018
2119
2220
=== modified file 'breezy/bzr/xml7.py'
--- breezy/bzr/xml7.py 2018-11-10 17:52:47 +0000
+++ breezy/bzr/xml7.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from . import (17from . import (
20 xml6,18 xml6,
21 )19 )
2220
=== modified file 'breezy/bzr/xml8.py'
--- breezy/bzr/xml8.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/xml8.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import BytesIO17from io import BytesIO
2018
21from .. import (19from .. import (
2220
=== modified file 'breezy/bzr/xml_serializer.py'
--- breezy/bzr/xml_serializer.py 2020-02-07 02:14:30 +0000
+++ breezy/bzr/xml_serializer.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""XML externalization support."""17"""XML externalization support."""
1818
19from __future__ import absolute_import
20
21# "XML is like violence: if it doesn't solve your problem, you aren't19# "XML is like violence: if it doesn't solve your problem, you aren't
22# using enough of it." -- various20# using enough of it." -- various
2321
2422
=== modified file 'breezy/bzr_distutils.py'
--- breezy/bzr_distutils.py 2018-11-11 04:08:32 +0000
+++ breezy/bzr_distutils.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
2020
21"""build_mo command for setup.py"""21"""build_mo command for setup.py"""
2222
23from __future__ import absolute_import
24
25from distutils import log23from distutils import log
26from distutils.core import Command24from distutils.core import Command
27from distutils.dep_util import newer25from distutils.dep_util import newer
2826
=== modified file 'breezy/cache_utf8.py'
--- breezy/cache_utf8.py 2018-11-11 04:08:32 +0000
+++ breezy/cache_utf8.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
1919
20"""Some functions to enable caching the conversion between unicode to utf8"""20"""Some functions to enable caching the conversion between unicode to utf8"""
2121
22from __future__ import absolute_import
23
24import codecs22import codecs
2523
26_utf8_encode = codecs.utf_8_encode24_utf8_encode = codecs.utf_8_encode
2725
=== modified file 'breezy/cethread.py'
--- breezy/cethread.py 2020-02-07 02:14:30 +0000
+++ breezy/cethread.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import sys17import sys
20import threading18import threading
2119
2220
=== modified file 'breezy/check.py'
--- breezy/check.py 2020-02-07 02:14:30 +0000
+++ breezy/check.py 2020-02-18 05:49:35 +0000
@@ -34,8 +34,6 @@
34 indicating that the revision was found/not found.34 indicating that the revision was found/not found.
35"""35"""
3636
37from __future__ import absolute_import
38
39import contextlib37import contextlib
4038
41from . import (39from . import (
4240
=== modified file 'breezy/chunk_writer.py'
--- breezy/chunk_writer.py 2018-11-12 01:41:38 +0000
+++ breezy/chunk_writer.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""ChunkWriter: write compressed data out with a fixed upper bound."""18"""ChunkWriter: write compressed data out with a fixed upper bound."""
1919
20from __future__ import absolute_import
21
22import zlib20import zlib
23from zlib import Z_FINISH, Z_SYNC_FLUSH21from zlib import Z_FINISH, Z_SYNC_FLUSH
2422
2523
=== modified file 'breezy/clean_tree.py'
--- breezy/clean_tree.py 2018-11-11 04:08:32 +0000
+++ breezy/clean_tree.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import errno17import errno
20import os18import os
21import shutil19import shutil
2220
=== modified file 'breezy/cmd_test_script.py'
--- breezy/cmd_test_script.py 2018-11-11 04:08:32 +0000
+++ breezy/cmd_test_script.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20This module should be importable even if testtools aren't available.20This module should be importable even if testtools aren't available.
21"""21"""
2222
23from __future__ import absolute_import
24
25import os23import os
2624
27from . import (25from . import (
2826
=== modified file 'breezy/cmd_version_info.py'
--- breezy/cmd_version_info.py 2020-02-07 02:14:30 +0000
+++ breezy/cmd_version_info.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Commands for generating snapshot information about a brz tree."""17"""Commands for generating snapshot information about a brz tree."""
1818
19from __future__ import absolute_import
20
21from .lazy_import import lazy_import19from .lazy_import import lazy_import
2220
23lazy_import(globals(), """21lazy_import(globals(), """
2422
=== modified file 'breezy/cmdline.py'
--- breezy/cmdline.py 2018-11-12 01:41:38 +0000
+++ breezy/cmdline.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20configuring_bazaar.txt.20configuring_bazaar.txt.
21"""21"""
2222
23from __future__ import absolute_import
24
25import re23import re
2624
2725
2826
=== modified file 'breezy/colordiff.py'
--- breezy/colordiff.py 2020-01-31 02:31:42 +0000
+++ breezy/colordiff.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
20import re18import re
21import sys19import sys
22from os.path import expanduser20from os.path import expanduser
2321
=== modified file 'breezy/commands.py'
--- breezy/commands.py 2020-02-13 23:57:28 +0000
+++ breezy/commands.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# TODO: Define arguments by objects, rather than just using names.17# TODO: Define arguments by objects, rather than just using names.
20# Those objects can specify the expected type of the argument, which18# Those objects can specify the expected type of the argument, which
21# would help with validation and shell completion. They could also provide19# would help with validation and shell completion. They could also provide
2220
=== modified file 'breezy/commit.py'
--- breezy/commit.py 2020-02-07 02:14:30 +0000
+++ breezy/commit.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# The newly committed revision is going to have a shape corresponding17# The newly committed revision is going to have a shape corresponding
20# to that of the working tree. Files that are not in the18# to that of the working tree. Files that are not in the
21# working tree and that were in the predecessor are reported as19# working tree and that were in the predecessor are reported as
2220
=== modified file 'breezy/commit_signature_commands.py'
--- breezy/commit_signature_commands.py 2020-02-07 02:14:30 +0000
+++ breezy/commit_signature_commands.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Command that signs unsigned commits by the current user. """17"""Command that signs unsigned commits by the current user. """
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 controldir,20 controldir,
23 errors,21 errors,
2422
=== modified file 'breezy/config.py'
--- breezy/config.py 2020-02-07 02:14:30 +0000
+++ breezy/config.py 2020-02-18 05:49:35 +0000
@@ -74,7 +74,6 @@
74up=pull74up=pull
75"""75"""
7676
77from __future__ import absolute_import
78import os77import os
79import sys78import sys
8079
8180
=== modified file 'breezy/conflicts.py'
--- breezy/conflicts.py 2020-02-07 02:14:30 +0000
+++ breezy/conflicts.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17# TODO: 'brz resolve' should accept a directory name and work from that17# TODO: 'brz resolve' should accept a directory name and work from that
18# point down18# point down
1919
20from __future__ import absolute_import
21
22import os20import os
23import re21import re
2422
2523
=== modified file 'breezy/controldir.py'
--- breezy/controldir.py 2019-11-06 01:31:41 +0000
+++ breezy/controldir.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
2222
23"""23"""
2424
25from __future__ import absolute_import
26
27from .lazy_import import lazy_import25from .lazy_import import lazy_import
28lazy_import(globals(), """26lazy_import(globals(), """
29import textwrap27import textwrap
3028
=== modified file 'breezy/counted_lock.py'
--- breezy/counted_lock.py 2018-11-18 19:48:57 +0000
+++ breezy/counted_lock.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Counted lock class"""17"""Counted lock class"""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 errors,20 errors,
23 )21 )
2422
=== modified file 'breezy/crash.py'
--- breezy/crash.py 2020-02-07 02:14:30 +0000
+++ breezy/crash.py 2020-02-18 05:49:35 +0000
@@ -36,8 +36,6 @@
36-Dno_apport.36-Dno_apport.
37"""37"""
3838
39from __future__ import absolute_import
40
41# for interactive testing, try the 'brz assert-fail' command39# for interactive testing, try the 'brz assert-fail' command
42# or see http://code.launchpad.net/~mbp/bzr/bzr-fail40# or see http://code.launchpad.net/~mbp/bzr/bzr-fail
43#41#
4442
=== modified file 'breezy/debug.py'
--- breezy/debug.py 2017-07-30 16:59:50 +0000
+++ breezy/debug.py 2020-02-18 05:49:35 +0000
@@ -23,8 +23,6 @@
23for a list of the available options.23for a list of the available options.
24"""24"""
2525
26from __future__ import absolute_import
27
28debug_flags = set()26debug_flags = set()
2927
3028
3129
=== modified file 'breezy/decorators.py'
--- breezy/decorators.py 2018-07-24 21:11:49 +0000
+++ breezy/decorators.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from . import trace17from . import trace
2018
2119
2220
=== modified file 'breezy/delta.py'
--- breezy/delta.py 2020-02-07 02:14:30 +0000
+++ breezy/delta.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import StringIO17from io import StringIO
2018
21from breezy import (19from breezy import (
2220
=== modified file 'breezy/diff.py'
--- breezy/diff.py 2020-02-07 02:14:30 +0000
+++ breezy/diff.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import contextlib17import contextlib
20import difflib18import difflib
21import os19import os
2220
=== modified file 'breezy/directory_service.py'
--- breezy/directory_service.py 2019-03-02 22:31:28 +0000
+++ breezy/directory_service.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20to true URLs. Examples include lp:urls and per-user location aliases.20to true URLs. Examples include lp:urls and per-user location aliases.
21"""21"""
2222
23from __future__ import absolute_import
24
25from . import (23from . import (
26 errors,24 errors,
27 registry,25 registry,
2826
=== modified file 'breezy/doc/__init__.py'
--- breezy/doc/__init__.py 2017-05-23 14:08:03 +0000
+++ breezy/doc/__init__.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20for man page generation.20for man page generation.
21"""21"""
2222
23from __future__ import absolute_import
24
2523
26def load_tests(loader, basic_tests, pattern):24def load_tests(loader, basic_tests, pattern):
27 suite = loader.suiteClass()25 suite = loader.suiteClass()
2826
=== modified file 'breezy/doc/api/__init__.py'
--- breezy/doc/api/__init__.py 2017-05-23 14:08:03 +0000
+++ breezy/doc/api/__init__.py 2020-02-18 05:49:35 +0000
@@ -24,8 +24,6 @@
24For details on specific apis, see pydoc on the api, or read the source.24For details on specific apis, see pydoc on the api, or read the source.
25"""25"""
2626
27from __future__ import absolute_import
28
29import doctest27import doctest
30import os28import os
3129
3230
=== modified file 'breezy/doc_generate/__init__.py'
--- breezy/doc_generate/__init__.py 2017-05-30 21:42:49 +0000
+++ breezy/doc_generate/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import datetime17import datetime
20import os18import os
2119
2220
=== modified file 'breezy/doc_generate/autodoc_bash_completion.py'
--- breezy/doc_generate/autodoc_bash_completion.py 2018-11-11 04:08:32 +0000
+++ breezy/doc_generate/autodoc_bash_completion.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"bash_completion.py - create bash completion script from built-in brz help"17"bash_completion.py - create bash completion script from built-in brz help"
1818
19from __future__ import absolute_import
20
21import breezy19import breezy
22import breezy.help20import breezy.help
23import breezy.commands21import breezy.commands
2422
=== modified file 'breezy/doc_generate/autodoc_man.py'
--- breezy/doc_generate/autodoc_man.py 2018-11-11 04:08:32 +0000
+++ breezy/doc_generate/autodoc_man.py 2020-02-18 05:49:35 +0000
@@ -21,8 +21,6 @@
21 * add command aliases21 * add command aliases
22"""22"""
2323
24from __future__ import absolute_import
25
26PLUGINS_TO_DOCUMENT = ["launchpad"]24PLUGINS_TO_DOCUMENT = ["launchpad"]
2725
28import textwrap26import textwrap
2927
=== modified file 'breezy/doc_generate/autodoc_rstx.py'
--- breezy/doc_generate/autodoc_rstx.py 2019-01-03 01:23:19 +0000
+++ breezy/doc_generate/autodoc_rstx.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20Written by the Bazaar/Breezy community.20Written by the Bazaar/Breezy community.
21"""21"""
2222
23from __future__ import absolute_import
24
25import time23import time
2624
27import breezy25import breezy
2826
=== modified file 'breezy/doc_generate/conf.py'
--- breezy/doc_generate/conf.py 2018-11-18 21:24:22 +0000
+++ breezy/doc_generate/conf.py 2020-02-18 05:49:35 +0000
@@ -6,8 +6,6 @@
6# All configuration values have a default; values that are commented out6# All configuration values have a default; values that are commented out
7# serve to show the default.7# serve to show the default.
88
9from __future__ import absolute_import
10
11# FIXME: better move the content of doc/en/conf.py here and cleanup the result9# FIXME: better move the content of doc/en/conf.py here and cleanup the result
12# -- vila 2010042810# -- vila 20100428
1311
1412
=== modified file 'breezy/email_message.py'
--- breezy/email_message.py 2020-02-07 02:14:30 +0000
+++ breezy/email_message.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""A convenience class around email.Message and email.MIMEMultipart."""17"""A convenience class around email.Message and email.MIMEMultipart."""
1818
19from __future__ import absolute_import
20
21from email.message import Message19from email.message import Message
22from email.header import Header20from email.header import Header
23from email.mime.multipart import MIMEMultipart21from email.mime.multipart import MIMEMultipart
2422
=== modified file 'breezy/errors.py'
--- breezy/errors.py 2020-02-07 02:14:30 +0000
+++ breezy/errors.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Exceptions for bzr, and reporting of them.17"""Exceptions for bzr, and reporting of them.
18"""18"""
1919
20from __future__ import absolute_import
21
2220
23# TODO: is there any value in providing the .args field used by standard21# TODO: is there any value in providing the .args field used by standard
24# python exceptions? A list of values with no names seems less useful22# python exceptions? A list of values with no names seems less useful
2523
=== modified file 'breezy/estimate_compressed_size.py'
--- breezy/estimate_compressed_size.py 2018-11-11 04:08:32 +0000
+++ breezy/estimate_compressed_size.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Code to estimate the entropy of content"""17"""Code to estimate the entropy of content"""
1818
19from __future__ import absolute_import
20
21import zlib19import zlib
2220
2321
2422
=== modified file 'breezy/export.py'
--- breezy/export.py 2019-01-13 18:33:39 +0000
+++ breezy/export.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Export trees to tarballs, non-controlled directories, zipfiles, etc.17"""Export trees to tarballs, non-controlled directories, zipfiles, etc.
18"""18"""
1919
20from __future__ import absolute_import
21
22import errno20import errno
23import os21import os
24import sys22import sys
2523
=== modified file 'breezy/export_pot.py'
--- breezy/export_pot.py 2020-02-13 23:57:28 +0000
+++ breezy/export_pot.py 2020-02-18 05:49:35 +0000
@@ -26,8 +26,6 @@
26is also left to that stage of the process.26is also left to that stage of the process.
27"""27"""
2828
29from __future__ import absolute_import
30
31import inspect29import inspect
32import os30import os
33import sys31import sys
3432
=== modified file 'breezy/externalcommand.py'
--- breezy/externalcommand.py 2018-11-11 04:08:32 +0000
+++ breezy/externalcommand.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# TODO: Perhaps rather than mapping options and arguments back and17# TODO: Perhaps rather than mapping options and arguments back and
20# forth, we should just pass in the whole argv, and allow18# forth, we should just pass in the whole argv, and allow
21# ExternalCommands to handle it differently to internal commands?19# ExternalCommands to handle it differently to internal commands?
2220
=== modified file 'breezy/fetch_ghosts.py'
--- breezy/fetch_ghosts.py 2020-02-07 02:14:30 +0000
+++ breezy/fetch_ghosts.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import contextlib17import contextlib
2018
21from .branch import Branch19from .branch import Branch
2220
=== modified file 'breezy/fifo_cache.py'
--- breezy/fifo_cache.py 2018-11-11 04:08:32 +0000
+++ breezy/fifo_cache.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""A simple first-in-first-out (FIFO) cache."""17"""A simple first-in-first-out (FIFO) cache."""
1818
19from __future__ import absolute_import, division
20
21from collections import deque19from collections import deque
2220
2321
2422
=== modified file 'breezy/filter_tree.py'
--- breezy/filter_tree.py 2020-01-10 01:40:18 +0000
+++ breezy/filter_tree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Content-filtered view of any tree.17"""Content-filtered view of any tree.
18"""18"""
1919
20from __future__ import absolute_import
21
22from io import BytesIO20from io import BytesIO
2321
24from . import (22from . import (
2523
=== modified file 'breezy/filters/__init__.py'
--- breezy/filters/__init__.py 2020-01-30 17:54:42 +0000
+++ breezy/filters/__init__.py 2020-02-18 05:49:35 +0000
@@ -38,7 +38,6 @@
38Note that context is currently only supported for write converters.38Note that context is currently only supported for write converters.
39"""39"""
4040
41from __future__ import absolute_import
4241
43from io import (42from io import (
44 BytesIO,43 BytesIO,
4544
=== modified file 'breezy/filters/eol.py'
--- breezy/filters/eol.py 2018-11-11 04:08:32 +0000
+++ breezy/filters/eol.py 2020-02-18 05:49:35 +0000
@@ -19,9 +19,6 @@
19See bzr help eol for details.19See bzr help eol for details.
20"""20"""
2121
22from __future__ import absolute_import
23
24
25import re22import re
26import sys23import sys
2724
2825
=== modified file 'breezy/foreign.py'
--- breezy/foreign.py 2020-01-11 17:50:28 +0000
+++ breezy/foreign.py 2020-02-18 05:49:35 +0000
@@ -16,9 +16,6 @@
1616
17"""Foreign branch utilities."""17"""Foreign branch utilities."""
1818
19from __future__ import absolute_import
20
21
22from .branch import (19from .branch import (
23 Branch,20 Branch,
24 )21 )
2522
=== modified file 'breezy/git/__init__.py'
--- breezy/git/__init__.py 2020-01-12 13:56:10 +0000
+++ breezy/git/__init__.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
2222
23"""A GIT branch and repository format implementation for bzr."""23"""A GIT branch and repository format implementation for bzr."""
2424
25from __future__ import absolute_import
26
27import os25import os
28import sys26import sys
2927
3028
=== modified file 'breezy/git/annotate.py'
--- breezy/git/annotate.py 2020-02-09 01:27:02 +0000
+++ breezy/git/annotate.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Annotate."""17"""Annotate."""
1818
19from __future__ import absolute_import
20
21from dulwich.object_store import (19from dulwich.object_store import (
22 tree_lookup_path,20 tree_lookup_path,
23 )21 )
2422
=== modified file 'breezy/git/branch.py'
--- breezy/git/branch.py 2020-02-07 02:14:30 +0000
+++ breezy/git/branch.py 2020-02-18 05:49:35 +0000
@@ -17,7 +17,6 @@
1717
18"""An adapter between a Git Branch and a Bazaar Branch"""18"""An adapter between a Git Branch and a Bazaar Branch"""
1919
20from __future__ import absolute_import
2120
22import contextlib21import contextlib
23from io import BytesIO22from io import BytesIO
2423
=== modified file 'breezy/git/cache.py'
--- breezy/git/cache.py 2020-02-07 02:14:30 +0000
+++ breezy/git/cache.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Map from Git sha's to Bazaar objects."""17"""Map from Git sha's to Bazaar objects."""
1818
19from __future__ import absolute_import
20
21from dulwich.objects import (19from dulwich.objects import (
22 sha_to_hex,20 sha_to_hex,
23 hex_to_sha,21 hex_to_sha,
2422
=== modified file 'breezy/git/commands.py'
--- breezy/git/commands.py 2020-02-07 02:14:30 +0000
+++ breezy/git/commands.py 2020-02-18 05:49:35 +0000
@@ -21,8 +21,6 @@
2121
22"""Git-specific subcommands for Bazaar."""22"""Git-specific subcommands for Bazaar."""
2323
24from __future__ import absolute_import
25
26import breezy.bzr # noqa: F40124import breezy.bzr # noqa: F401
27from breezy import controldir25from breezy import controldir
28from ..commands import (26from ..commands import (
2927
=== modified file 'breezy/git/commit.py'
--- breezy/git/commit.py 2020-02-07 02:14:30 +0000
+++ breezy/git/commit.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Support for committing in native Git working trees."""18"""Support for committing in native Git working trees."""
1919
20from __future__ import absolute_import
21
22from dulwich.index import (20from dulwich.index import (
23 commit_tree,21 commit_tree,
24 )22 )
2523
=== modified file 'breezy/git/config.py'
--- breezy/git/config.py 2018-11-11 14:23:06 +0000
+++ breezy/git/config.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Config file handling for Git."""17"""Config file handling for Git."""
1818
19from __future__ import absolute_import
20
21from .. import (19from .. import (
22 config,20 config,
23 )21 )
2422
=== modified file 'breezy/git/dir.py'
--- breezy/git/dir.py 2020-02-07 02:14:30 +0000
+++ breezy/git/dir.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""An adapter between a Git control dir and a Bazaar ControlDir."""18"""An adapter between a Git control dir and a Bazaar ControlDir."""
1919
20from __future__ import absolute_import
21
22import contextlib20import contextlib
2321
24from .. import (22from .. import (
2523
=== modified file 'breezy/git/directory.py'
--- breezy/git/directory.py 2019-02-09 02:59:15 +0000
+++ breezy/git/directory.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Directory service for gitorious."""18"""Directory service for gitorious."""
1919
20from __future__ import absolute_import
21
22from .. import transport20from .. import transport
2321
24transport.register_urlparse_netloc_protocol('github')22transport.register_urlparse_netloc_protocol('github')
2523
=== modified file 'breezy/git/errors.py'
--- breezy/git/errors.py 2019-11-03 00:17:16 +0000
+++ breezy/git/errors.py 2020-02-18 05:49:35 +0000
@@ -15,11 +15,8 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18
19"""A grouping of Exceptions for bzr-git"""18"""A grouping of Exceptions for bzr-git"""
2019
21from __future__ import absolute_import
22
23from dulwich import errors as git_errors20from dulwich import errors as git_errors
2421
25from .. import errors as brz_errors22from .. import errors as brz_errors
2623
=== modified file 'breezy/git/fetch.py'
--- breezy/git/fetch.py 2020-02-13 23:57:28 +0000
+++ breezy/git/fetch.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Fetching from git into bzr."""17"""Fetching from git into bzr."""
1818
19from __future__ import absolute_import
20
21from dulwich.objects import (19from dulwich.objects import (
22 Commit,20 Commit,
23 Tag,21 Tag,
2422
=== modified file 'breezy/git/filegraph.py'
--- breezy/git/filegraph.py 2019-10-20 23:33:25 +0000
+++ breezy/git/filegraph.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""File graph access."""18"""File graph access."""
1919
20from __future__ import absolute_import
21
22import stat20import stat
2321
24from dulwich.errors import (22from dulwich.errors import (
2523
=== modified file 'breezy/git/git_remote_helper.py'
--- breezy/git/git_remote_helper.py 2020-02-07 02:14:30 +0000
+++ breezy/git/git_remote_helper.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
2020
21"""Remote helper for git for accessing bzr repositories."""21"""Remote helper for git for accessing bzr repositories."""
2222
23from __future__ import absolute_import
24
25CAPABILITIES = ["fetch", "option", "push"]23CAPABILITIES = ["fetch", "option", "push"]
2624
27import os25import os
2826
=== modified file 'breezy/git/help.py'
--- breezy/git/help.py 2018-03-26 22:28:24 +0000
+++ breezy/git/help.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Help information."""17"""Help information."""
1818
19from __future__ import absolute_import
20
21help_git = """Using Bazaar with Git.19help_git = """Using Bazaar with Git.
2220
23The bzr-git plugin provides support for using Bazaar with local and remote21The bzr-git plugin provides support for using Bazaar with local and remote
2422
=== modified file 'breezy/git/hg.py'
--- breezy/git/hg.py 2018-11-11 04:08:32 +0000
+++ breezy/git/hg.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Compatibility for hg-git."""18"""Compatibility for hg-git."""
1919
20from __future__ import absolute_import
21
22import urllib20import urllib
2321
2422
2523
=== modified file 'breezy/git/interrepo.py'
--- breezy/git/interrepo.py 2020-02-07 02:14:30 +0000
+++ breezy/git/interrepo.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""InterRepository operations."""17"""InterRepository operations."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
22import itertools20import itertools
2321
2422
=== modified file 'breezy/git/mapping.py'
--- breezy/git/mapping.py 2020-02-07 02:14:30 +0000
+++ breezy/git/mapping.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Converters, etc for going between Bazaar and Git ids."""19"""Converters, etc for going between Bazaar and Git ids."""
2020
21from __future__ import absolute_import
22
23import base6421import base64
24import stat22import stat
2523
2624
=== modified file 'breezy/git/memorytree.py'
--- breezy/git/memorytree.py 2019-06-29 15:50:22 +0000
+++ breezy/git/memorytree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Git Memory Trees."""18"""Git Memory Trees."""
1919
20from __future__ import absolute_import
21
22import os20import os
23import posixpath21import posixpath
24import stat22import stat
2523
=== modified file 'breezy/git/object_store.py'
--- breezy/git/object_store.py 2020-02-13 23:57:28 +0000
+++ breezy/git/object_store.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Map from Git sha's to Bazaar objects."""18"""Map from Git sha's to Bazaar objects."""
1919
20from __future__ import absolute_import
21
22from dulwich.objects import (20from dulwich.objects import (
23 Blob,21 Blob,
24 Commit,22 Commit,
2523
=== modified file 'breezy/git/pristine_tar.py'
--- breezy/git/pristine_tar.py 2018-11-11 14:23:06 +0000
+++ breezy/git/pristine_tar.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Support for pristine tar deltas."""18"""Support for pristine tar deltas."""
1919
20from __future__ import absolute_import
21
22from base64 import (20from base64 import (
23 standard_b64decode,21 standard_b64decode,
24 )22 )
2523
=== modified file 'breezy/git/push.py'
--- breezy/git/push.py 2018-11-11 14:23:06 +0000
+++ breezy/git/push.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Basic push implementation."""17"""Basic push implementation."""
1818
19from __future__ import absolute_import
20
21from ..push import (19from ..push import (
22 PushResult,20 PushResult,
23 )21 )
2422
=== modified file 'breezy/git/refs.py'
--- breezy/git/refs.py 2018-11-11 14:23:06 +0000
+++ breezy/git/refs.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Conversion between refs and Bazaar revision pointers."""17"""Conversion between refs and Bazaar revision pointers."""
1818
19from __future__ import absolute_import
20
21from dulwich.refs import (19from dulwich.refs import (
22 ANNOTATED_TAG_SUFFIX,20 ANNOTATED_TAG_SUFFIX,
23 LOCAL_BRANCH_PREFIX,21 LOCAL_BRANCH_PREFIX,
2422
=== modified file 'breezy/git/remote.py'
--- breezy/git/remote.py 2020-02-13 23:57:28 +0000
+++ breezy/git/remote.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Remote dirs, repositories and branches."""17"""Remote dirs, repositories and branches."""
1818
19from __future__ import absolute_import
20
21import gzip19import gzip
22from io import BytesIO20from io import BytesIO
23import re21import re
2422
=== modified file 'breezy/git/repository.py'
--- breezy/git/repository.py 2020-02-07 02:14:30 +0000
+++ breezy/git/repository.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""An adapter between a Git Repository and a Bazaar Branch"""18"""An adapter between a Git Repository and a Bazaar Branch"""
1919
20from __future__ import absolute_import
21
22from .. import (20from .. import (
23 check,21 check,
24 errors,22 errors,
2523
=== modified file 'breezy/git/revspec.py'
--- breezy/git/revspec.py 2019-06-02 05:13:10 +0000
+++ breezy/git/revspec.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Custom revision specifier for Subversion."""17"""Custom revision specifier for Subversion."""
1818
19from __future__ import absolute_import
20
21# Please note that imports are delayed as much as possible here since19# Please note that imports are delayed as much as possible here since
22# if DWIM revspecs are supported this module is imported by __init__.py.20# if DWIM revspecs are supported this module is imported by __init__.py.
2321
2422
=== modified file 'breezy/git/roundtrip.py'
--- breezy/git/roundtrip.py 2019-06-29 15:50:22 +0000
+++ breezy/git/roundtrip.py 2020-02-18 05:49:35 +0000
@@ -45,8 +45,6 @@
45 * TreeSupplement45 * TreeSupplement
46"""46"""
4747
48from __future__ import absolute_import
49
50from .. import osutils48from .. import osutils
5149
52from io import BytesIO50from io import BytesIO
5351
=== modified file 'breezy/git/send.py'
--- breezy/git/send.py 2019-10-20 15:03:13 +0000
+++ breezy/git/send.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
2020
21"""Support in "brz send" for git-am style patches."""21"""Support in "brz send" for git-am style patches."""
2222
23from __future__ import absolute_import
24
25import time23import time
26from .. import __version__ as brz_version24from .. import __version__ as brz_version
27from .. import (25from .. import (
2826
=== modified file 'breezy/git/server.py'
--- breezy/git/server.py 2018-11-11 14:23:06 +0000
+++ breezy/git/server.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
16# along with this program; if not, write to the Free Software16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19from __future__ import absolute_import
20
21from dulwich.server import TCPGitServer19from dulwich.server import TCPGitServer
2220
23import sys21import sys
2422
=== modified file 'breezy/git/tests/__init__.py'
--- breezy/git/tests/__init__.py 2020-01-24 00:06:05 +0000
+++ breezy/git/tests/__init__.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""The basic test suite for bzr-git."""18"""The basic test suite for bzr-git."""
1919
20from __future__ import absolute_import
21
22from io import BytesIO20from io import BytesIO
2321
24import time22import time
2523
=== modified file 'breezy/git/tests/test_blackbox.py'
--- breezy/git/tests/test_blackbox.py 2020-01-30 19:30:52 +0000
+++ breezy/git/tests/test_blackbox.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Black-box tests for bzr-git."""18"""Black-box tests for bzr-git."""
1919
20from __future__ import absolute_import
21
22from dulwich.repo import (20from dulwich.repo import (
23 Repo as GitRepo,21 Repo as GitRepo,
24 )22 )
2523
=== modified file 'breezy/git/tests/test_branch.py'
--- breezy/git/tests/test_branch.py 2020-01-24 00:06:05 +0000
+++ breezy/git/tests/test_branch.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Tests for interfacing with a Git Branch"""19"""Tests for interfacing with a Git Branch"""
2020
21from __future__ import absolute_import
22
23import dulwich21import dulwich
24from dulwich.objects import (22from dulwich.objects import (
25 Commit,23 Commit,
2624
=== modified file 'breezy/git/tests/test_builder.py'
--- breezy/git/tests/test_builder.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_builder.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Test our ability to build up test repositories"""17"""Test our ability to build up test repositories"""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from dulwich.repo import Repo as GitRepo21from dulwich.repo import Repo as GitRepo
2422
=== modified file 'breezy/git/tests/test_cache.py'
--- breezy/git/tests/test_cache.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_cache.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for GitShaMap."""17"""Tests for GitShaMap."""
1818
19from __future__ import absolute_import
20
21from dulwich.objects import (19from dulwich.objects import (
22 Blob,20 Blob,
23 Commit,21 Commit,
2422
=== modified file 'breezy/git/tests/test_dir.py'
--- breezy/git/tests/test_dir.py 2019-12-26 13:20:45 +0000
+++ breezy/git/tests/test_dir.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Test the GitDir class"""18"""Test the GitDir class"""
1919
20from __future__ import absolute_import
21
22from dulwich.repo import Repo as GitRepo20from dulwich.repo import Repo as GitRepo
23import os21import os
2422
2523
=== modified file 'breezy/git/tests/test_fetch.py'
--- breezy/git/tests/test_fetch.py 2020-01-24 02:05:10 +0000
+++ breezy/git/tests/test_fetch.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests from fetching from git into bzr."""18"""Tests from fetching from git into bzr."""
1919
20from __future__ import absolute_import
21
22from dulwich.objects import (20from dulwich.objects import (
23 Blob,21 Blob,
24 Tag,22 Tag,
2523
=== modified file 'breezy/git/tests/test_git_remote_helper.py'
--- breezy/git/tests/test_git_remote_helper.py 2020-01-31 17:43:44 +0000
+++ breezy/git/tests/test_git_remote_helper.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
1919
20"""Tests for the git remote helper."""20"""Tests for the git remote helper."""
2121
22from __future__ import absolute_import
23
24from io import BytesIO22from io import BytesIO
25import os23import os
26import subprocess24import subprocess
2725
=== modified file 'breezy/git/tests/test_mapping.py'
--- breezy/git/tests/test_mapping.py 2019-10-28 01:38:39 +0000
+++ breezy/git/tests/test_mapping.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests for mapping."""18"""Tests for mapping."""
1919
20from __future__ import absolute_import
21
22from ...revision import (20from ...revision import (
23 Revision,21 Revision,
24 )22 )
2523
=== modified file 'breezy/git/tests/test_object_store.py'
--- breezy/git/tests/test_object_store.py 2019-05-28 23:34:07 +0000
+++ breezy/git/tests/test_object_store.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for bzr-git's object store."""17"""Tests for bzr-git's object store."""
1818
19from __future__ import absolute_import
20
21import os19import os
22import shutil20import shutil
23import stat21import stat
2422
=== modified file 'breezy/git/tests/test_pristine_tar.py'
--- breezy/git/tests/test_pristine_tar.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_pristine_tar.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for pristine tar extraction code."""17"""Tests for pristine tar extraction code."""
1818
19from __future__ import absolute_import
20
21from base64 import standard_b64encode19from base64 import standard_b64encode
2220
23from ..pristine_tar import (21from ..pristine_tar import (
2422
=== modified file 'breezy/git/tests/test_push.py'
--- breezy/git/tests/test_push.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_push.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests for pushing revisions from Bazaar into Git."""18"""Tests for pushing revisions from Bazaar into Git."""
1919
20from __future__ import absolute_import
21
22from ...controldir import (20from ...controldir import (
23 format_registry,21 format_registry,
24 )22 )
2523
=== modified file 'breezy/git/tests/test_refs.py'
--- breezy/git/tests/test_refs.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_refs.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Tests for ref handling."""19"""Tests for ref handling."""
2020
21from __future__ import absolute_import
22
23from ... import tests21from ... import tests
2422
25from ..object_store import BazaarObjectStore23from ..object_store import BazaarObjectStore
2624
=== modified file 'breezy/git/tests/test_remote.py'
--- breezy/git/tests/test_remote.py 2020-02-08 18:51:59 +0000
+++ breezy/git/tests/test_remote.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Test the smart client."""17"""Test the smart client."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23import os21import os
2422
=== modified file 'breezy/git/tests/test_repository.py'
--- breezy/git/tests/test_repository.py 2019-06-29 13:16:26 +0000
+++ breezy/git/tests/test_repository.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests for interfacing with a Git Repository"""18"""Tests for interfacing with a Git Repository"""
1919
20from __future__ import absolute_import
21
22import dulwich20import dulwich
23from dulwich.repo import (21from dulwich.repo import (
24 Repo as GitRepo,22 Repo as GitRepo,
2523
=== modified file 'breezy/git/tests/test_revspec.py'
--- breezy/git/tests/test_revspec.py 2019-02-03 01:42:11 +0000
+++ breezy/git/tests/test_revspec.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Test the git revision specifiers."""17"""Test the git revision specifiers."""
1818
19from __future__ import absolute_import
20
21from ...tests import TestCase19from ...tests import TestCase
2220
23from ..revspec import (21from ..revspec import (
2422
=== modified file 'breezy/git/tests/test_roundtrip.py'
--- breezy/git/tests/test_roundtrip.py 2019-06-29 15:50:22 +0000
+++ breezy/git/tests/test_roundtrip.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Tests for roundtripping text parsing."""19"""Tests for roundtripping text parsing."""
2020
21from __future__ import absolute_import
22
23from ...tests import TestCase21from ...tests import TestCase
2422
25from ..roundtrip import (23from ..roundtrip import (
2624
=== modified file 'breezy/git/tests/test_server.py'
--- breezy/git/tests/test_server.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_server.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Test for git server."""17"""Test for git server."""
1818
19from __future__ import absolute_import
20
21from dulwich.client import TCPGitClient19from dulwich.client import TCPGitClient
22from dulwich.repo import Repo20from dulwich.repo import Repo
23import threading21import threading
2422
=== modified file 'breezy/git/tests/test_transportgit.py'
--- breezy/git/tests/test_transportgit.py 2019-11-03 12:38:45 +0000
+++ breezy/git/tests/test_transportgit.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for bzr-git's object store."""17"""Tests for bzr-git's object store."""
1818
19from __future__ import absolute_import
20
21from dulwich.objects import Blob19from dulwich.objects import Blob
22from dulwich.tests.test_object_store import PackBasedObjectStoreTests20from dulwich.tests.test_object_store import PackBasedObjectStoreTests
23from dulwich.tests.utils import make_object21from dulwich.tests.utils import make_object
2422
=== modified file 'breezy/git/tests/test_unpeel_map.py'
--- breezy/git/tests/test_unpeel_map.py 2018-11-11 04:08:32 +0000
+++ breezy/git/tests/test_unpeel_map.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for the unpeel map."""17"""Tests for the unpeel map."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from ...tests import (21from ...tests import (
2422
=== modified file 'breezy/git/tests/test_urls.py'
--- breezy/git/tests/test_urls.py 2018-11-16 23:19:12 +0000
+++ breezy/git/tests/test_urls.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for url handling."""17"""Tests for url handling."""
1818
19from __future__ import absolute_import
20
21from ...tests import TestCase19from ...tests import TestCase
22from ..urls import (20from ..urls import (
23 git_url_to_bzr_url,21 git_url_to_bzr_url,
2422
=== modified file 'breezy/git/tests/test_workingtree.py'
--- breezy/git/tests/test_workingtree.py 2020-01-19 15:14:16 +0000
+++ breezy/git/tests/test_workingtree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests for Git working trees."""18"""Tests for Git working trees."""
1919
20from __future__ import absolute_import
21
22import os20import os
23import stat21import stat
2422
2523
=== modified file 'breezy/git/transportgit.py'
--- breezy/git/transportgit.py 2019-12-26 13:20:45 +0000
+++ breezy/git/transportgit.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""A Git repository implementation that uses a Bazaar transport."""17"""A Git repository implementation that uses a Bazaar transport."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23import os21import os
2422
=== modified file 'breezy/git/tree.py'
--- breezy/git/tree.py 2020-02-13 23:57:28 +0000
+++ breezy/git/tree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Git Trees."""18"""Git Trees."""
1919
20from __future__ import absolute_import
21
22from collections import deque20from collections import deque
23import errno21import errno
24from io import BytesIO22from io import BytesIO
2523
=== modified file 'breezy/git/unpeel_map.py'
--- breezy/git/unpeel_map.py 2019-06-29 19:54:32 +0000
+++ breezy/git/unpeel_map.py 2020-02-18 05:49:35 +0000
@@ -16,7 +16,6 @@
1616
17"""Unpeel map storage."""17"""Unpeel map storage."""
1818
19from __future__ import absolute_import
2019
21from collections import defaultdict20from collections import defaultdict
22from io import BytesIO21from io import BytesIO
2322
=== modified file 'breezy/git/urls.py'
--- breezy/git/urls.py 2018-11-16 23:19:12 +0000
+++ breezy/git/urls.py 2020-02-18 05:49:35 +0000
@@ -16,7 +16,6 @@
1616
17"""URL Conversion."""17"""URL Conversion."""
1818
19from __future__ import absolute_import
2019
21from .. import urlutils20from .. import urlutils
22from .refs import (21from .refs import (
2322
=== modified file 'breezy/git/workingtree.py'
--- breezy/git/workingtree.py 2020-02-07 02:14:30 +0000
+++ breezy/git/workingtree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""An adapter between a Git index and a Bazaar Working Tree"""18"""An adapter between a Git index and a Bazaar Working Tree"""
1919
20from __future__ import absolute_import
21
22import itertools20import itertools
23from collections import defaultdict21from collections import defaultdict
24import errno22import errno
2523
=== modified file 'breezy/globbing.py'
--- breezy/globbing.py 2019-02-15 17:41:17 +0000
+++ breezy/globbing.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20expressions.20expressions.
21"""21"""
2222
23from __future__ import absolute_import
24
25import re23import re
2624
27from . import (25from . import (
2826
=== modified file 'breezy/gpg.py'
--- breezy/gpg.py 2020-02-07 02:14:30 +0000
+++ breezy/gpg.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""GPG signing and checking logic."""18"""GPG signing and checking logic."""
1919
20from __future__ import absolute_import
21
22import os20import os
2321
24from breezy.lazy_import import lazy_import22from breezy.lazy_import import lazy_import
2523
=== modified file 'breezy/graph.py'
--- breezy/graph.py 2020-02-07 02:14:30 +0000
+++ breezy/graph.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import time17import time
2018
21from . import (19from . import (
2220
=== modified file 'breezy/grep.py'
--- breezy/grep.py 2020-02-07 02:14:30 +0000
+++ breezy/grep.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import BytesIO17from io import BytesIO
20import re18import re
2119
2220
=== modified file 'breezy/hashcache.py'
--- breezy/hashcache.py 2020-02-07 02:14:30 +0000
+++ breezy/hashcache.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# TODO: Up-front, stat all files in order and remove those which are deleted or17# TODO: Up-front, stat all files in order and remove those which are deleted or
20# out-of-date. Don't actually re-read them until they're needed. That ought18# out-of-date. Don't actually re-read them until they're needed. That ought
21# to bring all the inodes into core so that future stats to them are fast, and19# to bring all the inodes into core so that future stats to them are fast, and
2220
=== modified file 'breezy/help.py'
--- breezy/help.py 2018-11-11 04:08:32 +0000
+++ breezy/help.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# TODO: Some way to get a list of external commands (defined by shell17# TODO: Some way to get a list of external commands (defined by shell
20# scripts) so that they can be included in the help listing as well.18# scripts) so that they can be included in the help listing as well.
21# It should be enough to just list the plugin directory and look for19# It should be enough to just list the plugin directory and look for
2220
=== modified file 'breezy/help_topics/__init__.py'
--- breezy/help_topics/__init__.py 2019-09-01 15:33:59 +0000
+++ breezy/help_topics/__init__.py 2020-02-18 05:49:35 +0000
@@ -33,8 +33,6 @@
33rendering on the screen naturally.33rendering on the screen naturally.
34"""34"""
3535
36from __future__ import absolute_import
37
38import breezy36import breezy
39from breezy import (37from breezy import (
40 config,38 config,
4139
=== modified file 'breezy/hooks.py'
--- breezy/hooks.py 2018-11-11 04:08:32 +0000
+++ breezy/hooks.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Support for plugin hooking logic."""17"""Support for plugin hooking logic."""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 errors,20 errors,
23 registry,21 registry,
2422
=== modified file 'breezy/i18n.py'
--- breezy/i18n.py 2020-02-07 02:14:30 +0000
+++ breezy/i18n.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
2222
23"""i18n and l10n support for Bazaar."""23"""i18n and l10n support for Bazaar."""
2424
25from __future__ import absolute_import
26
27import gettext as _gettext25import gettext as _gettext
28import os26import os
29import sys27import sys
3028
=== modified file 'breezy/identitymap.py'
--- breezy/identitymap.py 2017-05-22 00:56:52 +0000
+++ breezy/identitymap.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""This module provides an IdentityMap."""18"""This module provides an IdentityMap."""
1919
20from __future__ import absolute_import
21
22from . import (20from . import (
23 errors,21 errors,
24 )22 )
2523
=== modified file 'breezy/ignores.py'
--- breezy/ignores.py 2020-01-11 17:41:33 +0000
+++ breezy/ignores.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Lists of ignore files, etc."""17"""Lists of ignore files, etc."""
1818
19from __future__ import absolute_import
20
21import errno19import errno
22from io import BytesIO20from io import BytesIO
23import os21import os
2422
=== modified file 'breezy/info.py'
--- breezy/info.py 2019-11-19 18:10:28 +0000
+++ breezy/info.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__all__ = ['show_bzrdir_info']17__all__ = ['show_bzrdir_info']
2018
21from io import StringIO19from io import StringIO
2220
=== modified file 'breezy/inter.py'
--- breezy/inter.py 2017-08-29 13:25:07 +0000
+++ breezy/inter.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Inter-object utility class."""17"""Inter-object utility class."""
1818
19from __future__ import absolute_import
20
21from .errors import BzrError19from .errors import BzrError
22from .lock import LogicalLockResult20from .lock import LogicalLockResult
2321
2422
=== removed file 'breezy/intset.py'
=== modified file 'breezy/iterablefile.py'
--- breezy/iterablefile.py 2020-02-07 02:14:30 +0000
+++ breezy/iterablefile.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
2018
21class IterableFileBase(object):19class IterableFileBase(object):
22 """Create a file-like object from any iterable"""20 """Create a file-like object from any iterable"""
2321
=== modified file 'breezy/lazy_import.py'
--- breezy/lazy_import.py 2020-01-11 17:41:33 +0000
+++ breezy/lazy_import.py 2020-02-18 05:49:35 +0000
@@ -41,8 +41,6 @@
41to inherit from them).41to inherit from them).
42"""42"""
4343
44from __future__ import absolute_import
45
46from .errors import BzrError, InternalBzrError44from .errors import BzrError, InternalBzrError
4745
4846
4947
=== modified file 'breezy/lazy_regex.py'
--- breezy/lazy_regex.py 2018-11-16 19:09:31 +0000
+++ breezy/lazy_regex.py 2020-02-18 05:49:35 +0000
@@ -24,8 +24,6 @@
24be used by existing Python modules that create regexs.24be used by existing Python modules that create regexs.
25"""25"""
2626
27from __future__ import absolute_import
28
29import re27import re
3028
31from . import errors29from . import errors
3230
=== modified file 'breezy/library_state.py'
--- breezy/library_state.py 2020-02-07 02:14:30 +0000
+++ breezy/library_state.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""The core state needed to make use of bzr is managed here."""17"""The core state needed to make use of bzr is managed here."""
1818
19from __future__ import absolute_import
20
21__all__ = [19__all__ = [
22 'BzrLibraryState',20 'BzrLibraryState',
23 ]21 ]
2422
=== modified file 'breezy/location.py'
--- breezy/location.py 2020-02-07 02:14:30 +0000
+++ breezy/location.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""UI location string handling."""18"""UI location string handling."""
1919
20from __future__ import absolute_import
21
22import re20import re
2321
24from . import (22from . import (
2523
=== modified file 'breezy/lock.py'
--- breezy/lock.py 2019-06-16 15:37:44 +0000
+++ breezy/lock.py 2020-02-18 05:49:35 +0000
@@ -33,8 +33,6 @@
33unlock() method.33unlock() method.
34"""34"""
3535
36from __future__ import absolute_import
37
38import contextlib36import contextlib
39import errno37import errno
40import os38import os
4139
=== modified file 'breezy/lockable_files.py'
--- breezy/lockable_files.py 2020-01-11 17:41:33 +0000
+++ breezy/lockable_files.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .lazy_import import lazy_import17from .lazy_import import lazy_import
20lazy_import(globals(), """18lazy_import(globals(), """
21from breezy import (19from breezy import (
2220
=== modified file 'breezy/lockdir.py'
--- breezy/lockdir.py 2020-02-07 02:14:30 +0000
+++ breezy/lockdir.py 2020-02-18 05:49:35 +0000
@@ -98,8 +98,6 @@
98but helps protect against colliding host names.98but helps protect against colliding host names.
99"""99"""
100100
101from __future__ import absolute_import
102
103101
104# TODO: We sometimes have the problem that our attempt to rename '1234' to102# TODO: We sometimes have the problem that our attempt to rename '1234' to
105# 'held' fails because the transport server moves into an existing directory,103# 'held' fails because the transport server moves into an existing directory,
106104
=== modified file 'breezy/log.py'
--- breezy/log.py 2020-02-13 23:57:28 +0000
+++ breezy/log.py 2020-02-18 05:49:35 +0000
@@ -47,8 +47,6 @@
47all the changes since the previous revision that touched hello.c.47all the changes since the previous revision that touched hello.c.
48"""48"""
4949
50from __future__ import absolute_import
51
52import codecs50import codecs
53from io import BytesIO51from io import BytesIO
54import itertools52import itertools
5553
=== modified file 'breezy/lru_cache.py'
--- breezy/lru_cache.py 2020-02-07 02:14:30 +0000
+++ breezy/lru_cache.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""A simple least-recently-used (LRU) cache."""17"""A simple least-recently-used (LRU) cache."""
1818
19from __future__ import absolute_import, division
20
21from . import (19from . import (
22 trace,20 trace,
23 )21 )
2422
=== modified file 'breezy/lsprof.py'
--- breezy/lsprof.py 2020-02-07 02:14:30 +0000
+++ breezy/lsprof.py 2020-02-18 05:49:35 +0000
@@ -3,8 +3,6 @@
3# I made one modification to profile so that it returns a pair3# I made one modification to profile so that it returns a pair
4# instead of just the Stats object4# instead of just the Stats object
55
6from __future__ import absolute_import
7
8import codecs6import codecs
9try:7try:
10 import cPickle as pickle8 import cPickle as pickle
119
=== modified file 'breezy/mail_client.py'
--- breezy/mail_client.py 2020-02-07 02:14:30 +0000
+++ breezy/mail_client.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import errno17import errno
20import os18import os
21import subprocess19import subprocess
2220
=== modified file 'breezy/memorytree.py'
--- breezy/memorytree.py 2019-10-14 00:25:24 +0000
+++ breezy/memorytree.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19See MemoryTree for more details.19See MemoryTree for more details.
20"""20"""
2121
22from __future__ import absolute_import
23
24import os22import os
25import stat23import stat
2624
2725
=== modified file 'breezy/merge.py'
--- breezy/merge.py 2020-02-07 02:14:30 +0000
+++ breezy/merge.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import contextlib17import contextlib
2018
21from .lazy_import import lazy_import19from .lazy_import import lazy_import
2220
=== modified file 'breezy/merge3.py'
--- breezy/merge3.py 2019-03-02 21:46:18 +0000
+++ breezy/merge3.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# mbp: "you know that thing where cvs gives you conflict markers?"17# mbp: "you know that thing where cvs gives you conflict markers?"
20# s: "i hate that."18# s: "i hate that."
2119
2220
=== modified file 'breezy/merge_directive.py'
--- breezy/merge_directive.py 2020-02-07 02:14:30 +0000
+++ breezy/merge_directive.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import base6417import base64
20import contextlib18import contextlib
21from io import BytesIO19from io import BytesIO
2220
=== modified file 'breezy/mergeable.py'
--- breezy/mergeable.py 2020-02-07 02:14:30 +0000
+++ breezy/mergeable.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import BytesIO17from io import BytesIO
2018
21from .lazy_import import lazy_import19from .lazy_import import lazy_import
2220
=== modified file 'breezy/mergetools.py'
--- breezy/mergetools.py 2018-11-12 01:41:38 +0000
+++ breezy/mergetools.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Utility functions for managing external merge tools such as kdiff3."""17"""Utility functions for managing external merge tools such as kdiff3."""
1818
19from __future__ import absolute_import
20
21import os19import os
22import shutil20import shutil
23import subprocess21import subprocess
2422
=== modified file 'breezy/missing.py'
--- breezy/missing.py 2019-06-26 20:58:23 +0000
+++ breezy/missing.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Display what revisions are missing in 'other' from 'this' and vice versa."""17"""Display what revisions are missing in 'other' from 'this' and vice versa."""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 errors,20 errors,
23 log,21 log,
2422
=== modified file 'breezy/msgeditor.py'
--- breezy/msgeditor.py 2020-02-07 02:14:30 +0000
+++ breezy/msgeditor.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Commit message editor support."""17"""Commit message editor support."""
1818
19from __future__ import absolute_import
20
21import codecs19import codecs
22from io import (20from io import (
23 BytesIO,21 BytesIO,
2422
=== modified file 'breezy/multiparent.py'
--- breezy/multiparent.py 2020-02-07 02:14:30 +0000
+++ breezy/multiparent.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import errno17import errno
20from io import (18from io import (
21 BytesIO,19 BytesIO,
2220
=== modified file 'breezy/multiwalker.py'
--- breezy/multiwalker.py 2020-02-07 02:14:30 +0000
+++ breezy/multiwalker.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""Walk multiple trees simultaneously.17"""Walk multiple trees simultaneously.
18"""18"""
1919
20from __future__ import absolute_import
21
22from . import (20from . import (
23 errors,21 errors,
24 osutils,22 osutils,
2523
=== modified file 'breezy/mutabletree.py'
--- breezy/mutabletree.py 2020-02-07 02:14:30 +0000
+++ breezy/mutabletree.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19See MutableTree for more details.19See MutableTree for more details.
20"""20"""
2121
22from __future__ import absolute_import
23
24from . import (22from . import (
25 errors,23 errors,
26 hooks,24 hooks,
2725
=== modified file 'breezy/option.py'
--- breezy/option.py 2020-02-07 02:14:30 +0000
+++ breezy/option.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17# TODO: For things like --diff-prefix, we want a way to customize the display17# TODO: For things like --diff-prefix, we want a way to customize the display
18# of the option argument.18# of the option argument.
1919
20from __future__ import absolute_import
21
22import optparse20import optparse
23import re21import re
2422
2523
=== modified file 'breezy/osutils.py'
--- breezy/osutils.py 2020-02-07 02:14:30 +0000
+++ breezy/osutils.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import errno17import errno
20import os18import os
21import re19import re
2220
=== modified file 'breezy/patch.py'
--- breezy/patch.py 2019-12-22 12:06:17 +0000
+++ breezy/patch.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
20"""Diff and patch functionality"""18"""Diff and patch functionality"""
2119
22import errno20import errno
2321
=== modified file 'breezy/patches.py'
--- breezy/patches.py 2019-12-28 14:10:36 +0000
+++ breezy/patches.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
20from .errors import (18from .errors import (
21 BzrError,19 BzrError,
22 )20 )
2321
=== modified file 'breezy/plugin.py'
--- breezy/plugin.py 2020-02-07 02:14:30 +0000
+++ breezy/plugin.py 2020-02-18 05:49:35 +0000
@@ -34,8 +34,6 @@
34plugins.34plugins.
35"""35"""
3636
37from __future__ import absolute_import
38
39import os37import os
40import re38import re
41import sys39import sys
4240
=== modified file 'breezy/plugins/__init__.py'
--- breezy/plugins/__init__.py 2017-06-02 23:43:00 +0000
+++ breezy/plugins/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Pseudo-namespace package for breezy plugins."""17"""Pseudo-namespace package for breezy plugins."""
1818
19from __future__ import absolute_import
20
21from breezy.plugin import extend_path19from breezy.plugin import extend_path
2220
23__path__ = extend_path(__path__, __name__)21__path__ = extend_path(__path__, __name__)
2422
=== modified file 'breezy/plugins/bash_completion/__init__.py'
--- breezy/plugins/bash_completion/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/bash_completion/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Generate a shell function for bash command line completion.17__doc__ = """Generate a shell function for bash command line completion.
2018
21This plugin provides a command called bash-completion that generates a19This plugin provides a command called bash-completion that generates a
2220
=== modified file 'breezy/plugins/bash_completion/bashcomp.py'
--- breezy/plugins/bash_completion/bashcomp.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/bash_completion/bashcomp.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
16# along with this program; if not, write to the Free Software16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 cmdline,20 cmdline,
23 commands,21 commands,
2422
=== modified file 'breezy/plugins/changelog_merge/__init__.py'
--- breezy/plugins/changelog_merge/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/changelog_merge/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Merge hook for GNU-format ChangeLog files17__doc__ = """Merge hook for GNU-format ChangeLog files
2018
21To enable this plugin, add a section to your locations.conf19To enable this plugin, add a section to your locations.conf
2220
=== modified file 'breezy/plugins/changelog_merge/changelog_merge.py'
--- breezy/plugins/changelog_merge/changelog_merge.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/changelog_merge/changelog_merge.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Merge logic for changelog_merge plugin."""17"""Merge logic for changelog_merge plugin."""
1818
19from __future__ import absolute_import
20
21import difflib19import difflib
2220
23from ... import (21from ... import (
2422
=== modified file 'breezy/plugins/commitfromnews/__init__.py'
--- breezy/plugins/commitfromnews/__init__.py 2019-10-13 16:49:05 +0000
+++ breezy/plugins/commitfromnews/__init__.py 2020-02-18 05:49:35 +0000
@@ -33,8 +33,6 @@
33including sections from a NEWS or ChangeLog file.33including sections from a NEWS or ChangeLog file.
34"""34"""
3535
36from __future__ import absolute_import
37
38from ... import version_info # noqa: F40136from ... import version_info # noqa: F401
39from ... import hooks37from ... import hooks
40from ...config import (38from ...config import (
4139
=== modified file 'breezy/plugins/commitfromnews/committemplate.py'
--- breezy/plugins/commitfromnews/committemplate.py 2019-03-02 21:46:18 +0000
+++ breezy/plugins/commitfromnews/committemplate.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Logic to create commit templates."""17"""Logic to create commit templates."""
1818
19from __future__ import absolute_import
20
21import patiencediff19import patiencediff
2220
23from ... import bugtracker, osutils21from ... import bugtracker, osutils
2422
=== modified file 'breezy/plugins/commitfromnews/tests/__init__.py'
--- breezy/plugins/commitfromnews/tests/__init__.py 2019-10-27 18:22:53 +0000
+++ breezy/plugins/commitfromnews/tests/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for commitfromnews."""17"""Tests for commitfromnews."""
1818
19from __future__ import absolute_import
20
2119
22def load_tests(loader, basic_tests, pattern):20def load_tests(loader, basic_tests, pattern):
23 testmod_names = [21 testmod_names = [
2422
=== modified file 'breezy/plugins/commitfromnews/tests/test_committemplate.py'
--- breezy/plugins/commitfromnews/tests/test_committemplate.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/commitfromnews/tests/test_committemplate.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for the commit template creation."""17"""Tests for the commit template creation."""
1818
19from __future__ import absolute_import
20
21from ... import commitfromnews19from ... import commitfromnews
22from .... import (20from .... import (
23 config,21 config,
2422
=== modified file 'breezy/plugins/commitfromnews/tests/test_msgeditor.py'
--- breezy/plugins/commitfromnews/tests/test_msgeditor.py 2017-06-13 00:17:21 +0000
+++ breezy/plugins/commitfromnews/tests/test_msgeditor.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for msg editor interactions.."""17"""Tests for msg editor interactions.."""
1818
19from __future__ import absolute_import
20
21from ... import commitfromnews19from ... import commitfromnews
22from .... import msgeditor20from .... import msgeditor
23from ....tests import TestCaseWithTransport21from ....tests import TestCaseWithTransport
2422
=== modified file 'breezy/plugins/cvs/__init__.py'
--- breezy/plugins/cvs/__init__.py 2019-12-22 13:21:36 +0000
+++ breezy/plugins/cvs/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently limited to referencing tools for migration.19Currently limited to referencing tools for migration.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import version_info # noqa: F40122from ... import version_info # noqa: F401
2523
26from ... import (24from ... import (
2725
=== modified file 'breezy/plugins/darcs/__init__.py'
--- breezy/plugins/darcs/__init__.py 2019-11-06 01:31:41 +0000
+++ breezy/plugins/darcs/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently only tells the user to use fastimport/fastexport.19Currently only tells the user to use fastimport/fastexport.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import version_info # noqa: F40122from ... import version_info # noqa: F401
25from breezy import (23from breezy import (
26 controldir,24 controldir,
2725
=== modified file 'breezy/plugins/email/__init__.py'
--- breezy/plugins/email/__init__.py 2019-10-13 16:49:05 +0000
+++ breezy/plugins/email/__init__.py 2020-02-18 05:49:35 +0000
@@ -64,8 +64,6 @@
64 revision_mail_headers=X-Cheese: to the rescue!64 revision_mail_headers=X-Cheese: to the rescue!
65"""65"""
6666
67from __future__ import absolute_import
68
69from ... import version_info # noqa: F40167from ... import version_info # noqa: F401
70from ...config import option_registry68from ...config import option_registry
7169
7270
=== modified file 'breezy/plugins/email/emailer.py'
--- breezy/plugins/email/emailer.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/email/emailer.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1616
17from __future__ import absolute_import
18
19import subprocess17import subprocess
20import tempfile18import tempfile
2119
2220
=== modified file 'breezy/plugins/fastimport/__init__.py'
--- breezy/plugins/fastimport/__init__.py 2019-10-13 16:49:05 +0000
+++ breezy/plugins/fastimport/__init__.py 2020-02-18 05:49:35 +0000
@@ -54,8 +54,6 @@
54page on Launchpad, https://launchpad.net/bzr-fastimport.54page on Launchpad, https://launchpad.net/bzr-fastimport.
55"""55"""
5656
57from __future__ import absolute_import
58
59from ... import version_info # noqa: F40157from ... import version_info # noqa: F401
60from ...commands import plugin_cmds58from ...commands import plugin_cmds
6159
6260
=== modified file 'breezy/plugins/fastimport/branch_mapper.py'
--- breezy/plugins/fastimport/branch_mapper.py 2018-07-03 23:54:50 +0000
+++ breezy/plugins/fastimport/branch_mapper.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
16"""An object that maps git ref names to bzr branch names. Note that it is not16"""An object that maps git ref names to bzr branch names. Note that it is not
17used to map git ref names to bzr tag names."""17used to map git ref names to bzr tag names."""
1818
19from __future__ import absolute_import
20
21import re19import re
2220
2321
2422
=== modified file 'breezy/plugins/fastimport/branch_updater.py'
--- breezy/plugins/fastimport/branch_updater.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/branch_updater.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""An object that updates a bunch of branches based on data imported."""16"""An object that updates a bunch of branches based on data imported."""
1717
18from __future__ import absolute_import
19
20from operator import itemgetter18from operator import itemgetter
2119
22from ... import errors, osutils, transport20from ... import errors, osutils, transport
2321
=== modified file 'breezy/plugins/fastimport/bzr_commit_handler.py'
--- breezy/plugins/fastimport/bzr_commit_handler.py 2019-09-22 13:03:16 +0000
+++ breezy/plugins/fastimport/bzr_commit_handler.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""CommitHandlers that build and save revisions & their inventories."""16"""CommitHandlers that build and save revisions & their inventories."""
1717
18from __future__ import absolute_import
19
20from ... import (18from ... import (
21 debug,19 debug,
22 errors,20 errors,
2321
=== modified file 'breezy/plugins/fastimport/cache_manager.py'
--- breezy/plugins/fastimport/cache_manager.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/cache_manager.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""A manager of caches."""16"""A manager of caches."""
1717
18from __future__ import absolute_import
19
20import atexit18import atexit
21import os19import os
22import shutil20import shutil
2321
=== modified file 'breezy/plugins/fastimport/cmds.py'
--- breezy/plugins/fastimport/cmds.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/fastimport/cmds.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Fastimport/fastexport commands."""16"""Fastimport/fastexport commands."""
1717
18from __future__ import absolute_import
19
20from ... import controldir18from ... import controldir
21from ...commands import Command19from ...commands import Command
22from ...option import Option, RegistryOption20from ...option import Option, RegistryOption
2321
=== modified file 'breezy/plugins/fastimport/exporter.py'
--- breezy/plugins/fastimport/exporter.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/fastimport/exporter.py 2020-02-18 05:49:35 +0000
@@ -41,8 +41,6 @@
4141
42"""Core engine for the fast-export command."""42"""Core engine for the fast-export command."""
4343
44from __future__ import absolute_import
45
46# TODO: if a new_git_branch below gets merged repeatedly, the tip of the branch44# TODO: if a new_git_branch below gets merged repeatedly, the tip of the branch
47# is not updated (because the parent of commit is already merged, so we don't45# is not updated (because the parent of commit is already merged, so we don't
48# set new_git_branch to the previously used name)46# set new_git_branch to the previously used name)
4947
=== modified file 'breezy/plugins/fastimport/helpers.py'
--- breezy/plugins/fastimport/helpers.py 2019-03-18 04:31:21 +0000
+++ breezy/plugins/fastimport/helpers.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Miscellaneous useful stuff."""16"""Miscellaneous useful stuff."""
1717
18from __future__ import absolute_import
19
20import stat18import stat
2119
22from ... import (20from ... import (
2321
=== modified file 'breezy/plugins/fastimport/idmapfile.py'
--- breezy/plugins/fastimport/idmapfile.py 2018-07-03 23:54:50 +0000
+++ breezy/plugins/fastimport/idmapfile.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Routines for saving and loading the id-map file."""16"""Routines for saving and loading the id-map file."""
1717
18from __future__ import absolute_import
19
20import os18import os
2119
2220
2321
=== modified file 'breezy/plugins/fastimport/marks_file.py'
--- breezy/plugins/fastimport/marks_file.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/marks_file.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Routines for reading/writing a marks file."""16"""Routines for reading/writing a marks file."""
1717
18from __future__ import absolute_import
19
20from ...trace import warning18from ...trace import warning
2119
2220
2321
=== modified file 'breezy/plugins/fastimport/processors/__init__.py'
--- breezy/plugins/fastimport/processors/__init__.py 2017-05-24 14:51:33 +0000
+++ breezy/plugins/fastimport/processors/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,5 +14,3 @@
14# along with this program. If not, see <http://www.gnu.org/licenses/>.14# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
16"""Actual import processors."""16"""Actual import processors."""
17
18from __future__ import absolute_import
1917
=== modified file 'breezy/plugins/fastimport/processors/generic_processor.py'
--- breezy/plugins/fastimport/processors/generic_processor.py 2019-12-01 16:21:41 +0000
+++ breezy/plugins/fastimport/processors/generic_processor.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Import processor that supports all Bazaar repository formats."""16"""Import processor that supports all Bazaar repository formats."""
1717
18from __future__ import absolute_import
19
2018
21import time19import time
22from .... import (20from .... import (
2321
=== modified file 'breezy/plugins/fastimport/revision_store.py'
--- breezy/plugins/fastimport/revision_store.py 2020-01-19 13:47:29 +0000
+++ breezy/plugins/fastimport/revision_store.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""An abstraction of a repository providing just the bits importing needs."""16"""An abstraction of a repository providing just the bits importing needs."""
1717
18from __future__ import absolute_import
19
20from io import BytesIO18from io import BytesIO
2119
22from ... import (20from ... import (
2321
=== modified file 'breezy/plugins/fastimport/tests/__init__.py'
--- breezy/plugins/fastimport/tests/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/tests/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for bzr-fastimport."""17"""Tests for bzr-fastimport."""
1818
19from __future__ import absolute_import
20
21from .... import errors as bzr_errors19from .... import errors as bzr_errors
22from ....tests import TestLoader20from ....tests import TestLoader
23from ....tests.features import Feature21from ....tests.features import Feature
2422
=== modified file 'breezy/plugins/fastimport/tests/test_branch_mapper.py'
--- breezy/plugins/fastimport/tests/test_branch_mapper.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/tests/test_branch_mapper.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Test the BranchMapper methods."""16"""Test the BranchMapper methods."""
1717
18from __future__ import absolute_import
19
20from .... import tests18from .... import tests
2119
22from .. import (20from .. import (
2321
=== modified file 'breezy/plugins/fastimport/tests/test_commands.py'
--- breezy/plugins/fastimport/tests/test_commands.py 2019-12-01 16:14:53 +0000
+++ breezy/plugins/fastimport/tests/test_commands.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Test the command implementations."""16"""Test the command implementations."""
1717
18from __future__ import absolute_import
19
20import os18import os
21import re19import re
22import tempfile20import tempfile
2321
=== modified file 'breezy/plugins/fastimport/tests/test_exporter.py'
--- breezy/plugins/fastimport/tests/test_exporter.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/fastimport/tests/test_exporter.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Test the exporter."""16"""Test the exporter."""
1717
18from __future__ import absolute_import
19
20import os18import os
21import tempfile19import tempfile
22import gzip20import gzip
2321
=== modified file 'breezy/plugins/fastimport/tests/test_generic_processor.py'
--- breezy/plugins/fastimport/tests/test_generic_processor.py 2019-12-26 13:20:45 +0000
+++ breezy/plugins/fastimport/tests/test_generic_processor.py 2020-02-18 05:49:35 +0000
@@ -13,8 +13,6 @@
13# You should have received a copy of the GNU General Public License13# You should have received a copy of the GNU General Public License
14# along with this program. If not, see <http://www.gnu.org/licenses/>.14# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
16from __future__ import absolute_import
17
18import time16import time
1917
20from .... import (18from .... import (
2119
=== modified file 'breezy/plugins/fastimport/tests/test_head_tracking.py'
--- breezy/plugins/fastimport/tests/test_head_tracking.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/fastimport/tests/test_head_tracking.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Test tracking of heads"""16"""Test tracking of heads"""
1717
18from __future__ import absolute_import
19
20from io import StringIO18from io import StringIO
2119
22from fastimport import (20from fastimport import (
2321
=== modified file 'breezy/plugins/fastimport/tests/test_revision_store.py'
--- breezy/plugins/fastimport/tests/test_revision_store.py 2019-09-21 23:05:12 +0000
+++ breezy/plugins/fastimport/tests/test_revision_store.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
1515
16"""Direct tests of the revision_store classes."""16"""Direct tests of the revision_store classes."""
1717
18from __future__ import absolute_import
19
20from .... import (18from .... import (
21 branch,19 branch,
22 errors,20 errors,
2321
=== modified file 'breezy/plugins/fastimport/user_mapper.py'
--- breezy/plugins/fastimport/user_mapper.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/fastimport/user_mapper.py 2020-02-18 05:49:35 +0000
@@ -13,8 +13,6 @@
13# You should have received a copy of the GNU General Public License13# You should have received a copy of the GNU General Public License
14# along with this program. If not, see <http://www.gnu.org/licenses/>.14# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
16from __future__ import absolute_import
17
18from email.utils import parseaddr16from email.utils import parseaddr
1917
2018
2119
=== modified file 'breezy/plugins/flake8/__init__.py'
--- breezy/plugins/flake8/__init__.py 2019-08-22 21:54:14 +0000
+++ breezy/plugins/flake8/__init__.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20"""20"""
2121
2222
23from __future__ import absolute_import
24
25from breezy.errors import BzrError, DependencyNotPresent23from breezy.errors import BzrError, DependencyNotPresent
2624
2725
2826
=== modified file 'breezy/plugins/fossil/__init__.py'
--- breezy/plugins/fossil/__init__.py 2019-11-09 16:27:41 +0000
+++ breezy/plugins/fossil/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently only tells the user that Fossil is not supported.19Currently only tells the user that Fossil is not supported.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import version_info # noqa: F40122from ... import version_info # noqa: F401
2523
26from ... import (24from ... import (
2725
=== modified file 'breezy/plugins/hg/__init__.py'
--- breezy/plugins/hg/__init__.py 2020-01-12 13:56:10 +0000
+++ breezy/plugins/hg/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently only tells the user that Mercurial is not supported.19Currently only tells the user that Mercurial is not supported.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import (22from ... import (
25 controldir,23 controldir,
26 errors,24 errors,
2725
=== modified file 'breezy/plugins/launchpad/__init__.py'
--- breezy/plugins/launchpad/__init__.py 2019-02-14 19:18:27 +0000
+++ breezy/plugins/launchpad/__init__.py 2020-02-18 05:49:35 +0000
@@ -37,8 +37,6 @@
3737
38"""38"""
3939
40from __future__ import absolute_import
41
42# The XMLRPC server address can be overridden by setting the environment40# The XMLRPC server address can be overridden by setting the environment
43# variable $BRZ_LP_XMLRPC_URL41# variable $BRZ_LP_XMLRPC_URL
4442
4543
=== modified file 'breezy/plugins/launchpad/account.py'
--- breezy/plugins/launchpad/account.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/launchpad/account.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20than once for each place that needs to take it into account.20than once for each place that needs to take it into account.
21"""21"""
2222
23from __future__ import absolute_import
24
25from ... import (23from ... import (
26 errors,24 errors,
27 trace,25 trace,
2826
=== modified file 'breezy/plugins/launchpad/cmds.py'
--- breezy/plugins/launchpad/cmds.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/launchpad/cmds.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Launchpad plugin commands."""17"""Launchpad plugin commands."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 branch as _mod_branch,20 branch as _mod_branch,
23 controldir,21 controldir,
2422
=== modified file 'breezy/plugins/launchpad/lp_api.py'
--- breezy/plugins/launchpad/lp_api.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/launchpad/lp_api.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tools for dealing with the Launchpad API."""17"""Tools for dealing with the Launchpad API."""
1818
19from __future__ import absolute_import
20
21# Importing this module will be expensive, since it imports launchpadlib and19# Importing this module will be expensive, since it imports launchpadlib and
22# its dependencies. However, our plan is to only load this module when it is20# its dependencies. However, our plan is to only load this module when it is
23# needed by a command that uses it.21# needed by a command that uses it.
2422
=== modified file 'breezy/plugins/launchpad/lp_directory.py'
--- breezy/plugins/launchpad/lp_directory.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/launchpad/lp_directory.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Directory lookup that uses Launchpad."""17"""Directory lookup that uses Launchpad."""
1818
19from __future__ import absolute_import
20
21from urllib.parse import urlsplit19from urllib.parse import urlsplit
22from xmlrpc.client import Fault20from xmlrpc.client import Fault
2321
2422
=== modified file 'breezy/plugins/launchpad/lp_propose.py'
--- breezy/plugins/launchpad/lp_propose.py 2019-06-15 12:04:34 +0000
+++ breezy/plugins/launchpad/lp_propose.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ... import (17from ... import (
20 errors,18 errors,
21 hooks,19 hooks,
2220
=== modified file 'breezy/plugins/launchpad/lp_registration.py'
--- breezy/plugins/launchpad/lp_registration.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/launchpad/lp_registration.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import BytesIO17from io import BytesIO
20import os18import os
21import socket19import socket
2220
=== modified file 'breezy/plugins/launchpad/uris.py'
--- breezy/plugins/launchpad/uris.py 2019-10-27 00:30:00 +0000
+++ breezy/plugins/launchpad/uris.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Launchpad URIs."""17"""Launchpad URIs."""
1818
19from __future__ import absolute_import
20
2119
22# We use production as the default because edge has been deprecated circa20# We use production as the default because edge has been deprecated circa
23# 2010-11 (see bug https://bugs.launchpad.net/bzr/+bug/583667)21# 2010-11 (see bug https://bugs.launchpad.net/bzr/+bug/583667)
2422
=== modified file 'breezy/plugins/mtn/__init__.py'
--- breezy/plugins/mtn/__init__.py 2019-11-06 01:31:41 +0000
+++ breezy/plugins/mtn/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently only tells the user that Monotone is not supported.19Currently only tells the user that Monotone is not supported.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import version_info # noqa: F40122from ... import version_info # noqa: F401
2523
26from ... import (24from ... import (
2725
=== modified file 'breezy/plugins/netrc_credential_store/__init__.py'
--- breezy/plugins/netrc_credential_store/__init__.py 2020-01-11 17:41:33 +0000
+++ breezy/plugins/netrc_credential_store/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Use ~/.netrc as a credential store for authentication.conf."""17__doc__ = """Use ~/.netrc as a credential store for authentication.conf."""
2018
21# Since we are a built-in plugin we share the breezy version19# Since we are a built-in plugin we share the breezy version
2220
=== modified file 'breezy/plugins/news_merge/__init__.py'
--- breezy/plugins/news_merge/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/news_merge/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Merge hook for bzr's NEWS file.17__doc__ = """Merge hook for bzr's NEWS file.
2018
21To enable this plugin, add a section to your branch.conf or location.conf19To enable this plugin, add a section to your branch.conf or location.conf
2220
=== modified file 'breezy/plugins/news_merge/news_merge.py'
--- breezy/plugins/news_merge/news_merge.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/news_merge/news_merge.py 2020-02-18 05:49:35 +0000
@@ -16,9 +16,6 @@
1616
17"""Merge logic for news_merge plugin."""17"""Merge logic for news_merge plugin."""
1818
19from __future__ import absolute_import
20
21
22from .parser import simple_parse_lines19from .parser import simple_parse_lines
23from ... import merge, merge320from ... import merge, merge3
2421
2522
=== modified file 'breezy/plugins/news_merge/parser.py'
--- breezy/plugins/news_merge/parser.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/news_merge/parser.py 2020-02-18 05:49:35 +0000
@@ -24,9 +24,6 @@
24simple_parse's docstring).24simple_parse's docstring).
25"""25"""
2626
27from __future__ import absolute_import
28
29
30def simple_parse_lines(lines):27def simple_parse_lines(lines):
31 """Same as simple_parse, but takes an iterable of strs rather than a single28 """Same as simple_parse, but takes an iterable of strs rather than a single
32 str.29 str.
3330
=== modified file 'breezy/plugins/po_merge/__init__.py'
--- breezy/plugins/po_merge/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/po_merge/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Merge hook for ``.po`` files.17__doc__ = """Merge hook for ``.po`` files.
2018
21To enable this plugin, add a section to your branch.conf or location.conf19To enable this plugin, add a section to your branch.conf or location.conf
2220
=== modified file 'breezy/plugins/po_merge/po_merge.py'
--- breezy/plugins/po_merge/po_merge.py 2018-11-21 03:20:30 +0000
+++ breezy/plugins/po_merge/po_merge.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Merge logic for po_merge plugin."""17"""Merge logic for po_merge plugin."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 config,20 config,
23 merge,21 merge,
2422
=== modified file 'breezy/plugins/propose/__init__.py'
--- breezy/plugins/propose/__init__.py 2019-10-27 13:45:49 +0000
+++ breezy/plugins/propose/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Management of hosted branches."""17"""Management of hosted branches."""
1818
19from __future__ import absolute_import
20
21from ... import version_info # noqa: F40119from ... import version_info # noqa: F401
22from ...commands import plugin_cmds20from ...commands import plugin_cmds
2321
2422
=== modified file 'breezy/plugins/propose/cmds.py'
--- breezy/plugins/propose/cmds.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/propose/cmds.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Propose command implementations."""17"""Propose command implementations."""
1818
19from __future__ import absolute_import
20
21from io import StringIO19from io import StringIO
2220
23from ... import (21from ... import (
2422
=== modified file 'breezy/plugins/propose/github.py'
--- breezy/plugins/propose/github.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/propose/github.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Support for GitHub."""17"""Support for GitHub."""
1818
19from __future__ import absolute_import
20
21import json19import json
22import os20import os
2321
2422
=== modified file 'breezy/plugins/propose/gitlabs.py'
--- breezy/plugins/propose/gitlabs.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/propose/gitlabs.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Support for GitLab."""17"""Support for GitLab."""
1818
19from __future__ import absolute_import
20
21import json19import json
22import os20import os
23import time21import time
2422
=== modified file 'breezy/plugins/propose/launchpad.py'
--- breezy/plugins/propose/launchpad.py 2020-01-28 23:33:16 +0000
+++ breezy/plugins/propose/launchpad.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Support for Launchpad."""18"""Support for Launchpad."""
1919
20from __future__ import absolute_import
21
22import re20import re
23import shutil21import shutil
24import tempfile22import tempfile
2523
=== modified file 'breezy/plugins/quilt/__init__.py'
--- breezy/plugins/quilt/__init__.py 2019-06-15 11:47:16 +0000
+++ breezy/plugins/quilt/__init__.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
16#16#
1717
18from __future__ import absolute_import
19
20"""Quilt patch integration.18"""Quilt patch integration.
2119
22This plugin adds support for three configuration options:20This plugin adds support for three configuration options:
2321
=== modified file 'breezy/plugins/quilt/merge.py'
--- breezy/plugins/quilt/merge.py 2019-06-15 11:47:16 +0000
+++ breezy/plugins/quilt/merge.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
1919
20"""Quilt patch handling."""20"""Quilt patch handling."""
2121
22from __future__ import absolute_import
23
24import shutil22import shutil
25import tempfile23import tempfile
2624
2725
=== modified file 'breezy/plugins/quilt/quilt.py'
--- breezy/plugins/quilt/quilt.py 2019-08-31 10:25:20 +0000
+++ breezy/plugins/quilt/quilt.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Quilt patch handling."""19"""Quilt patch handling."""
2020
21from __future__ import absolute_import
22
23import os21import os
2422
25from ... import osutils23from ... import osutils
2624
=== modified file 'breezy/plugins/quilt/tests/__init__.py'
--- breezy/plugins/quilt/tests/__init__.py 2019-06-15 11:47:16 +0000
+++ breezy/plugins/quilt/tests/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
16# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17#17#
1818
19from __future__ import absolute_import
20
21from .... import tests19from .... import tests
2220
23from ....tests import (21from ....tests import (
2422
=== modified file 'breezy/plugins/quilt/tests/test_merge.py'
--- breezy/plugins/quilt/tests/test_merge.py 2019-06-16 13:10:54 +0000
+++ breezy/plugins/quilt/tests/test_merge.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Tests for the merge_quilt code."""19"""Tests for the merge_quilt code."""
2020
21from __future__ import absolute_import
22
23import os21import os
24import shutil22import shutil
2523
2624
=== modified file 'breezy/plugins/quilt/tests/test_wrapper.py'
--- breezy/plugins/quilt/tests/test_wrapper.py 2019-11-18 04:21:00 +0000
+++ breezy/plugins/quilt/tests/test_wrapper.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""Tests for the quilt code."""19"""Tests for the quilt code."""
2020
21from __future__ import absolute_import
22
23import os21import os
2422
25from ..wrapper import (23from ..wrapper import (
2624
=== modified file 'breezy/plugins/quilt/wrapper.py'
--- breezy/plugins/quilt/wrapper.py 2019-11-18 04:21:00 +0000
+++ breezy/plugins/quilt/wrapper.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
1919
20"""Quilt patch handling."""20"""Quilt patch handling."""
2121
22from __future__ import absolute_import
23
24import errno22import errno
25import os23import os
26import signal24import signal
2725
=== modified file 'breezy/plugins/repodebug/__init__.py'
--- breezy/plugins/repodebug/__init__.py 2019-10-13 16:49:05 +0000
+++ breezy/plugins/repodebug/__init__.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20as hidden commands.20as hidden commands.
21"""21"""
2222
23from __future__ import absolute_import
24
25from ... import version_info # noqa: F40123from ... import version_info # noqa: F401
26from ...commands import plugin_cmds24from ...commands import plugin_cmds
2725
2826
=== modified file 'breezy/plugins/repodebug/check_chk.py'
--- breezy/plugins/repodebug/check_chk.py 2018-11-07 21:17:53 +0000
+++ breezy/plugins/repodebug/check_chk.py 2020-02-18 05:49:35 +0000
@@ -18,8 +18,6 @@
1818
19"""19"""
2020
21from __future__ import absolute_import
22
23from ... import (21from ... import (
24 controldir,22 controldir,
25 commands,23 commands,
2624
=== modified file 'breezy/plugins/repodebug/chk_used_by.py'
--- breezy/plugins/repodebug/chk_used_by.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/repodebug/chk_used_by.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ... import (17from ... import (
20 controldir,18 controldir,
21 static_tuple,19 static_tuple,
2220
=== modified file 'breezy/plugins/repodebug/fetch_all_records.py'
--- breezy/plugins/repodebug/fetch_all_records.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/repodebug/fetch_all_records.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18from __future__ import print_function
1917
20from ...controldir import ControlDir18from ...controldir import ControlDir
21from ...commands import Command, Option19from ...commands import Command, Option
2220
=== modified file 'breezy/plugins/repodebug/file_refs.py'
--- breezy/plugins/repodebug/file_refs.py 2018-05-27 18:00:21 +0000
+++ breezy/plugins/repodebug/file_refs.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ... import (17from ... import (
20 controldir,18 controldir,
21 commands,19 commands,
2220
=== modified file 'breezy/plugins/repodebug/missing_keys_for_stacking_fixer.py'
--- breezy/plugins/repodebug/missing_keys_for_stacking_fixer.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/repodebug/missing_keys_for_stacking_fixer.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ...controldir import ControlDir17from ...controldir import ControlDir
20from ...commands import Command, Option18from ...commands import Command, Option
21from ... import errors19from ... import errors
2220
=== modified file 'breezy/plugins/repodebug/repo_has_key.py'
--- breezy/plugins/repodebug/repo_has_key.py 2017-09-07 08:21:29 +0000
+++ breezy/plugins/repodebug/repo_has_key.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ...controldir import ControlDir17from ...controldir import ControlDir
20from ...commands import Command18from ...commands import Command
2119
2220
=== modified file 'breezy/plugins/repodebug/repo_keys.py'
--- breezy/plugins/repodebug/repo_keys.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/repodebug/repo_keys.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ... import controldir17from ... import controldir
20from ...commands import Command18from ...commands import Command
2119
2220
=== modified file 'breezy/plugins/rewrite/__init__.py'
--- breezy/plugins/rewrite/__init__.py 2020-01-11 17:20:34 +0000
+++ breezy/plugins/rewrite/__init__.py 2020-02-18 05:49:35 +0000
@@ -21,8 +21,6 @@
21'rebase-continue' command or abort using the 'rebase-abort' command.21'rebase-continue' command or abort using the 'rebase-abort' command.
22"""22"""
2323
24from __future__ import absolute_import
25
26from ... import errors24from ... import errors
27from ...commands import plugin_cmds25from ...commands import plugin_cmds
2826
2927
=== modified file 'breezy/plugins/rewrite/commands.py'
--- breezy/plugins/rewrite/commands.py 2020-01-11 17:20:34 +0000
+++ breezy/plugins/rewrite/commands.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Bazaar command-line subcommands."""17"""Bazaar command-line subcommands."""
1818
19from __future__ import absolute_import
20
21from ...commands import (19from ...commands import (
22 Command,20 Command,
23 display_command,21 display_command,
2422
=== modified file 'breezy/plugins/rewrite/maptree.py'
--- breezy/plugins/rewrite/maptree.py 2020-01-19 13:47:29 +0000
+++ breezy/plugins/rewrite/maptree.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16"""Map Tree."""16"""Map Tree."""
1717
18from __future__ import absolute_import
19
20def map_file_ids(repository, old_parents, new_parents):18def map_file_ids(repository, old_parents, new_parents):
21 """Try to determine the equivalent file ids in two sets of parents.19 """Try to determine the equivalent file ids in two sets of parents.
2220
2321
=== modified file 'breezy/plugins/rewrite/pseudonyms.py'
--- breezy/plugins/rewrite/pseudonyms.py 2020-01-11 17:20:34 +0000
+++ breezy/plugins/rewrite/pseudonyms.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Revision pseudonyms."""17"""Revision pseudonyms."""
1818
19from __future__ import absolute_import
20
21from collections import defaultdict19from collections import defaultdict
2220
23from breezy import (21from breezy import (
2422
=== modified file 'breezy/plugins/rewrite/rebase.py'
--- breezy/plugins/rewrite/rebase.py 2020-01-11 23:46:34 +0000
+++ breezy/plugins/rewrite/rebase.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Rebase."""17"""Rebase."""
1818
19from __future__ import absolute_import
20
21import os19import os
2220
23from ... import (21from ... import (
2422
=== modified file 'breezy/plugins/rewrite/upgrade.py'
--- breezy/plugins/rewrite/upgrade.py 2020-01-11 17:20:34 +0000
+++ breezy/plugins/rewrite/upgrade.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Upgrading revisions made with older versions of the mapping."""18"""Upgrading revisions made with older versions of the mapping."""
1919
20from __future__ import absolute_import
21
22from ... import (20from ... import (
23 osutils,21 osutils,
24 trace,22 trace,
2523
=== modified file 'breezy/plugins/stats/__init__.py'
--- breezy/plugins/stats/__init__.py 2019-11-28 08:57:20 +0000
+++ breezy/plugins/stats/__init__.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16"""A Simple bzr plugin to generate statistics about the history."""16"""A Simple bzr plugin to generate statistics about the history."""
1717
18from __future__ import absolute_import
19
20from ... import _format_version_tuple, version_info18from ... import _format_version_tuple, version_info
2119
22__version__ = _format_version_tuple(version_info)20__version__ = _format_version_tuple(version_info)
2321
=== modified file 'breezy/plugins/stats/classify.py'
--- breezy/plugins/stats/classify.py 2019-11-28 08:57:20 +0000
+++ breezy/plugins/stats/classify.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16"""Classify a commit based on the types of files it changed."""16"""Classify a commit based on the types of files it changed."""
1717
18from __future__ import absolute_import
19
20import os.path18import os.path
2119
22from ... import urlutils20from ... import urlutils
2321
=== modified file 'breezy/plugins/stats/cmds.py'
--- breezy/plugins/stats/cmds.py 2019-12-23 00:34:25 +0000
+++ breezy/plugins/stats/cmds.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16"""A Simple bzr plugin to generate statistics about the history."""16"""A Simple bzr plugin to generate statistics about the history."""
1717
18from __future__ import absolute_import
19
20import operator18import operator
2119
22from ... import (20from ... import (
2321
=== modified file 'breezy/plugins/stats/test_blackbox.py'
--- breezy/plugins/stats/test_blackbox.py 2019-11-28 08:57:20 +0000
+++ breezy/plugins/stats/test_blackbox.py 2020-02-18 05:49:35 +0000
@@ -1,5 +1,3 @@
1from __future__ import absolute_import
2
3from ...tests import TestCaseWithTransport1from ...tests import TestCaseWithTransport
42
53
64
=== modified file 'breezy/plugins/stats/test_classify.py'
--- breezy/plugins/stats/test_classify.py 2017-06-01 23:52:12 +0000
+++ breezy/plugins/stats/test_classify.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA15# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1616
17from __future__ import absolute_import
18
19from ...tests import TestCase17from ...tests import TestCase
20from .classify import classify_filename18from .classify import classify_filename
2119
2220
=== modified file 'breezy/plugins/stats/test_stats.py'
--- breezy/plugins/stats/test_stats.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/stats/test_stats.py 2020-02-18 05:49:35 +0000
@@ -1,5 +1,3 @@
1from __future__ import absolute_import
2
3from ...tests import TestCase, TestCaseWithTransport1from ...tests import TestCase, TestCaseWithTransport
4from ...revision import Revision2from ...revision import Revision
5from .cmds import get_revisions_and_committers, collapse_by_person3from .cmds import get_revisions_and_committers, collapse_by_person
64
=== modified file 'breezy/plugins/svn/__init__.py'
--- breezy/plugins/svn/__init__.py 2020-01-13 00:27:14 +0000
+++ breezy/plugins/svn/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19Currently only tells the user that Subversion is not supported.19Currently only tells the user that Subversion is not supported.
20"""20"""
2121
22from __future__ import absolute_import
23
24from ... import version_info # noqa: F40122from ... import version_info # noqa: F401
2523
26from ... import (24from ... import (
2725
=== modified file 'breezy/plugins/upload/__init__.py'
--- breezy/plugins/upload/__init__.py 2018-11-18 19:48:57 +0000
+++ breezy/plugins/upload/__init__.py 2020-02-18 05:49:35 +0000
@@ -131,8 +131,6 @@
131131
132"""132"""
133133
134from __future__ import absolute_import
135
136# TODO: the chmod bits *can* be supported via the upload protocols134# TODO: the chmod bits *can* be supported via the upload protocols
137# (i.e. poorly), but since the web developers use these protocols to upload135# (i.e. poorly), but since the web developers use these protocols to upload
138# manually, it is expected that the associated web server is coherent with136# manually, it is expected that the associated web server is coherent with
139137
=== modified file 'breezy/plugins/upload/cmds.py'
--- breezy/plugins/upload/cmds.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/upload/cmds.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""bzr-upload command implementations."""17"""bzr-upload command implementations."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 commands,20 commands,
23 config,21 config,
2422
=== modified file 'breezy/plugins/weave_fmt/__init__.py'
--- breezy/plugins/weave_fmt/__init__.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/weave_fmt/__init__.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19These were formats present in pre-1.0 version of Bazaar.19These were formats present in pre-1.0 version of Bazaar.
20"""20"""
2121
22from __future__ import absolute_import
23
24# Since we are a built-in plugin we share the breezy version22# Since we are a built-in plugin we share the breezy version
25from ... import version_info # noqa: F40123from ... import version_info # noqa: F401
2624
2725
=== modified file 'breezy/plugins/weave_fmt/branch.py'
--- breezy/plugins/weave_fmt/branch.py 2020-01-18 04:16:23 +0000
+++ breezy/plugins/weave_fmt/branch.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Weave-era branch implementations."""17"""Weave-era branch implementations."""
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 errors,20 errors,
23 lockable_files,21 lockable_files,
2422
=== modified file 'breezy/plugins/weave_fmt/bzrdir.py'
--- breezy/plugins/weave_fmt/bzrdir.py 2020-01-31 10:39:02 +0000
+++ breezy/plugins/weave_fmt/bzrdir.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Weave-era BzrDir formats."""17"""Weave-era BzrDir formats."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from ...bzr.bzrdir import (21from ...bzr.bzrdir import (
2422
=== modified file 'breezy/plugins/weave_fmt/repository.py'
--- breezy/plugins/weave_fmt/repository.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/weave_fmt/repository.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20ghosts.20ghosts.
21"""21"""
2222
23from __future__ import absolute_import
24
25import gzip23import gzip
26from io import BytesIO24from io import BytesIO
27import os25import os
2826
=== modified file 'breezy/plugins/weave_fmt/store/__init__.py'
--- breezy/plugins/weave_fmt/store/__init__.py 2018-11-17 16:53:10 +0000
+++ breezy/plugins/weave_fmt/store/__init__.py 2020-02-18 05:49:35 +0000
@@ -24,8 +24,6 @@
24unique ID.24unique ID.
25"""25"""
2626
27from __future__ import absolute_import
28
29import os27import os
3028
31from .... import (29from .... import (
3230
=== modified file 'breezy/plugins/weave_fmt/store/text.py'
--- breezy/plugins/weave_fmt/store/text.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/weave_fmt/store/text.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20do any sort of delta compression.20do any sort of delta compression.
21"""21"""
2222
23from __future__ import absolute_import
24
25import gzip23import gzip
26from io import BytesIO24from io import BytesIO
27import os25import os
2826
=== modified file 'breezy/plugins/weave_fmt/store/versioned.py'
--- breezy/plugins/weave_fmt/store/versioned.py 2018-11-11 04:08:32 +0000
+++ breezy/plugins/weave_fmt/store/versioned.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# XXX: Some consideration of the problems that might occur if there are17# XXX: Some consideration of the problems that might occur if there are
20# files whose id differs only in case. That should probably be forbidden.18# files whose id differs only in case. That should probably be forbidden.
2119
2220
=== modified file 'breezy/plugins/weave_fmt/test_bzrdir.py'
--- breezy/plugins/weave_fmt/test_bzrdir.py 2019-09-21 23:05:12 +0000
+++ breezy/plugins/weave_fmt/test_bzrdir.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19For interface contract tests, see tests/per_bzr_dir.19For interface contract tests, see tests/per_bzr_dir.
20"""20"""
2121
22from __future__ import absolute_import
23
24import os22import os
25import sys23import sys
2624
2725
=== modified file 'breezy/plugins/weave_fmt/test_repository.py'
--- breezy/plugins/weave_fmt/test_repository.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/weave_fmt/test_repository.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
2020
21"""21"""
2222
23from __future__ import absolute_import
24
25from io import BytesIO23from io import BytesIO
26from stat import S_ISDIR24from stat import S_ISDIR
27import sys25import sys
2826
=== modified file 'breezy/plugins/weave_fmt/test_workingtree.py'
--- breezy/plugins/weave_fmt/test_workingtree.py 2019-02-14 03:30:18 +0000
+++ breezy/plugins/weave_fmt/test_workingtree.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests for weave-era working tree formats."""18"""Tests for weave-era working tree formats."""
1919
20from __future__ import absolute_import
21
22import os20import os
2321
24from ... import (22from ... import (
2523
=== modified file 'breezy/plugins/weave_fmt/workingtree.py'
--- breezy/plugins/weave_fmt/workingtree.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/weave_fmt/workingtree.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Weave-era working tree objects."""17"""Weave-era working tree objects."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
2220
23from ... import (21from ... import (
2422
=== modified file 'breezy/plugins/weave_fmt/xml4.py'
--- breezy/plugins/weave_fmt/xml4.py 2020-01-31 02:56:40 +0000
+++ breezy/plugins/weave_fmt/xml4.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ...bzr.xml_serializer import (17from ...bzr.xml_serializer import (
20 Element,18 Element,
21 SubElement,19 SubElement,
2220
=== modified file 'breezy/plugins/zsh_completion/__init__.py'
--- breezy/plugins/zsh_completion/__init__.py 2019-10-05 12:22:19 +0000
+++ breezy/plugins/zsh_completion/__init__.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19__doc__ = """Generate a shell function for zsh command line completion.17__doc__ = """Generate a shell function for zsh command line completion.
20"""18"""
2119
2220
=== modified file 'breezy/plugins/zsh_completion/zshcomp.py'
--- breezy/plugins/zsh_completion/zshcomp.py 2020-02-07 02:14:30 +0000
+++ breezy/plugins/zsh_completion/zshcomp.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
16# along with this program; if not, write to the Free Software16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA17# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
19from __future__ import absolute_import
20
21from ... import (19from ... import (
22 cmdline,20 cmdline,
23 commands,21 commands,
2422
=== modified file 'breezy/progress.py'
--- breezy/progress.py 2018-11-12 01:41:38 +0000
+++ breezy/progress.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20will manage a conceptual stack of nested activities.20will manage a conceptual stack of nested activities.
21"""21"""
2222
23from __future__ import absolute_import
24
25import time23import time
26import os24import os
2725
2826
=== modified file 'breezy/propose.py'
--- breezy/propose.py 2020-01-28 23:33:16 +0000
+++ breezy/propose.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Helper functions for proposing merges."""17"""Helper functions for proposing merges."""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 errors,20 errors,
23 hooks,21 hooks,
2422
=== modified file 'breezy/push.py'
--- breezy/push.py 2019-06-29 19:54:32 +0000
+++ breezy/push.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""UI helper for the push command."""17"""UI helper for the push command."""
1818
19from __future__ import absolute_import
20
21from . import (19from . import (
22 branch as _mod_branch,20 branch as _mod_branch,
23 controldir,21 controldir,
2422
=== modified file 'breezy/pyutils.py'
--- breezy/pyutils.py 2018-11-11 04:08:32 +0000
+++ breezy/pyutils.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""General Python convenience functions."""17"""General Python convenience functions."""
1818
19from __future__ import absolute_import
20
21import sys19import sys
2220
2321
2422
=== modified file 'breezy/reconcile.py'
--- breezy/reconcile.py 2019-06-02 02:35:46 +0000
+++ breezy/reconcile.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Reconcilers are able to fix some potential data errors in a branch."""17"""Reconcilers are able to fix some potential data errors in a branch."""
1818
19from __future__ import absolute_import
20
21__all__ = [19__all__ = [
22 'reconcile',20 'reconcile',
23 'Reconciler',21 'Reconciler',
2422
=== modified file 'breezy/reconfigure.py'
--- breezy/reconfigure.py 2019-06-26 20:58:23 +0000
+++ breezy/reconfigure.py 2020-02-18 05:49:35 +0000
@@ -20,8 +20,6 @@
20constructing a class or using a factory method on Reconfigure.20constructing a class or using a factory method on Reconfigure.
21"""21"""
2222
23from __future__ import absolute_import
24
2523
26from . import (24from . import (
27 branch,25 branch,
2826
=== modified file 'breezy/recordcounter.py'
--- breezy/recordcounter.py 2018-11-11 04:08:32 +0000
+++ breezy/recordcounter.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Record counting support for showing progress of revision fetch."""17"""Record counting support for showing progress of revision fetch."""
1818
19from __future__ import absolute_import
20
2119
22class RecordCounter(object):20class RecordCounter(object):
23 """Container for maintains estimates of work requires for fetch.21 """Container for maintains estimates of work requires for fetch.
2422
=== modified file 'breezy/registry.py'
--- breezy/registry.py 2020-02-07 02:14:30 +0000
+++ breezy/registry.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Classes to provide name-to-object registry-like support."""17"""Classes to provide name-to-object registry-like support."""
1818
19from __future__ import absolute_import
20
21from .pyutils import get_named_object19from .pyutils import get_named_object
2220
2321
2422
=== modified file 'breezy/rename_map.py'
--- breezy/rename_map.py 2020-02-07 02:14:30 +0000
+++ breezy/rename_map.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from io import BytesIO17from io import BytesIO
2018
21from . import (19from . import (
2220
=== modified file 'breezy/repository.py'
--- breezy/repository.py 2020-02-07 02:14:30 +0000
+++ breezy/repository.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from .lazy_import import lazy_import17from .lazy_import import lazy_import
20lazy_import(globals(), """18lazy_import(globals(), """
21import time19import time
2220
=== modified file 'breezy/revision.py'
--- breezy/revision.py 2020-02-07 02:14:30 +0000
+++ breezy/revision.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# TODO: Some kind of command-line display of revision properties:17# TODO: Some kind of command-line display of revision properties:
20# perhaps show them in log -v and allow them as options to the commit command.18# perhaps show them in log -v and allow them as options to the commit command.
2119
2220
=== modified file 'breezy/revisionspec.py'
--- breezy/revisionspec.py 2020-02-07 02:14:30 +0000
+++ breezy/revisionspec.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
1917
20from .lazy_import import lazy_import18from .lazy_import import lazy_import
21lazy_import(globals(), """19lazy_import(globals(), """
2220
=== modified file 'breezy/revisiontree.py'
--- breezy/revisiontree.py 2018-11-16 18:33:17 +0000
+++ breezy/revisiontree.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""RevisionTree - a Tree implementation backed by repository data for a revision."""17"""RevisionTree - a Tree implementation backed by repository data for a revision."""
1818
19from __future__ import absolute_import
20
21from io import BytesIO19from io import BytesIO
22from . import (20from . import (
23 lock,21 lock,
2422
=== modified file 'breezy/rio.py'
--- breezy/rio.py 2020-02-07 02:14:30 +0000
+++ breezy/rio.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# \subsection{\emph{rio} - simple text metaformat}17# \subsection{\emph{rio} - simple text metaformat}
20#18#
21# \emph{r} stands for `restricted', `reproducible', or `rfc822-like'.19# \emph{r} stands for `restricted', `reproducible', or `rfc822-like'.
2220
=== modified file 'breezy/rules.py'
--- breezy/rules.py 2019-06-16 01:03:51 +0000
+++ breezy/rules.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19See ``bzr help rules`` for details.19See ``bzr help rules`` for details.
20"""20"""
2121
22from __future__ import absolute_import
23
24import configobj22import configobj
2523
26from . import (24from . import (
2725
=== modified file 'breezy/send.py'
--- breezy/send.py 2019-06-29 19:54:32 +0000
+++ breezy/send.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import os17import os
20import time18import time
2119
2220
=== modified file 'breezy/shelf.py'
--- breezy/shelf.py 2019-06-22 11:16:17 +0000
+++ breezy/shelf.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import errno17import errno
20import re18import re
2119
2220
=== modified file 'breezy/shelf_ui.py'
--- breezy/shelf_ui.py 2020-02-07 02:14:30 +0000
+++ breezy/shelf_ui.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import contextlib17import contextlib
20import patiencediff18import patiencediff
21import shutil19import shutil
2220
=== modified file 'breezy/shellcomplete.py'
--- breezy/shellcomplete.py 2018-11-11 04:08:32 +0000
+++ breezy/shellcomplete.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import sys17import sys
2018
2119
2220
=== modified file 'breezy/smtp_connection.py'
--- breezy/smtp_connection.py 2020-02-07 02:14:30 +0000
+++ breezy/smtp_connection.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""A convenience class around smtplib."""17"""A convenience class around smtplib."""
1818
19from __future__ import absolute_import
20
21from email.utils import getaddresses, parseaddr19from email.utils import getaddresses, parseaddr
2220
23import errno21import errno
2422
=== modified file 'breezy/static_tuple.py'
--- breezy/static_tuple.py 2017-05-22 00:56:52 +0000
+++ breezy/static_tuple.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Interface thunk for a StaticTuple implementation."""17"""Interface thunk for a StaticTuple implementation."""
1818
19from __future__ import absolute_import
20
21from . import debug19from . import debug
2220
23try:21try:
2422
=== modified file 'breezy/status.py'
--- breezy/status.py 2019-06-29 19:50:18 +0000
+++ breezy/status.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import sys17import sys
2018
21from . import (19from . import (
2220
=== modified file 'breezy/strace.py'
--- breezy/strace.py 2018-11-12 01:41:38 +0000
+++ breezy/strace.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Support for running strace against the current process."""18"""Support for running strace against the current process."""
1919
20from __future__ import absolute_import
21
22import os20import os
23import signal21import signal
24import subprocess22import subprocess
2523
=== modified file 'breezy/switch.py'
--- breezy/switch.py 2019-06-16 19:15:57 +0000
+++ breezy/switch.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19# Original author: David Allouche17# Original author: David Allouche
2018
21from . import (19from . import (
2220
=== modified file 'breezy/symbol_versioning.py'
--- breezy/symbol_versioning.py 2019-01-04 20:49:00 +0000
+++ breezy/symbol_versioning.py 2020-02-18 05:49:35 +0000
@@ -19,8 +19,6 @@
19The methods here allow for api symbol versioning.19The methods here allow for api symbol versioning.
20"""20"""
2121
22from __future__ import absolute_import
23
24__all__ = ['deprecated_function',22__all__ = ['deprecated_function',
25 'deprecated_in',23 'deprecated_in',
26 'deprecated_list',24 'deprecated_list',
2725
=== modified file 'breezy/tag.py'
--- breezy/tag.py 2020-02-07 02:14:30 +0000
+++ breezy/tag.py 2020-02-18 05:49:35 +0000
@@ -22,8 +22,6 @@
22 Branch.tags.add('name', 'value')22 Branch.tags.add('name', 'value')
23"""23"""
2424
25from __future__ import absolute_import
26
27from collections import defaultdict25from collections import defaultdict
28import contextlib26import contextlib
2927
3028
=== modified file 'breezy/terminal.py'
--- breezy/terminal.py 2020-01-31 02:14:55 +0000
+++ breezy/terminal.py 2020-02-18 05:49:35 +0000
@@ -15,8 +15,6 @@
15# along with this program; if not, write to the Free Software15# along with this program; if not, write to the Free Software
16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1717
18from __future__ import absolute_import
19
20import os18import os
21import sys19import sys
2220
2321
=== modified file 'breezy/tests/__init__.py'
--- breezy/tests/__init__.py 2020-02-13 23:57:28 +0000
+++ breezy/tests/__init__.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Testing framework extensions"""17"""Testing framework extensions"""
1818
19from __future__ import absolute_import
20
21# NOTE: Some classes in here use camelCaseNaming() rather than19# NOTE: Some classes in here use camelCaseNaming() rather than
22# underscore_naming(). That's for consistency with unittest; it's not the20# underscore_naming(). That's for consistency with unittest; it's not the
23# general style of breezy. Please continue that consistency when adding e.g.21# general style of breezy. Please continue that consistency when adding e.g.
2422
=== modified file 'breezy/tests/blackbox/test_bisect.py'
--- breezy/tests/blackbox/test_bisect.py 2019-03-05 09:17:49 +0000
+++ breezy/tests/blackbox/test_bisect.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Tests of the 'brz bisect' command."""18"""Tests of the 'brz bisect' command."""
1919
20from __future__ import absolute_import
21
22import os20import os
23import shutil21import shutil
24import stat22import stat
2523
=== modified file 'breezy/tests/blackbox/test_log.py'
--- breezy/tests/blackbox/test_log.py 2020-02-07 02:14:30 +0000
+++ breezy/tests/blackbox/test_log.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
1717
18"""Black-box tests for brz log."""18"""Black-box tests for brz log."""
1919
20from __future__ import absolute_import
21
2220
23import os21import os
2422
2523
=== modified file 'breezy/tests/features.py'
--- breezy/tests/features.py 2019-05-28 21:46:09 +0000
+++ breezy/tests/features.py 2020-02-18 05:49:35 +0000
@@ -17,8 +17,6 @@
17"""A collection of commonly used 'Features' to optionally run tests.17"""A collection of commonly used 'Features' to optionally run tests.
18"""18"""
1919
20from __future__ import absolute_import
21
22import importlib20import importlib
23import os21import os
24import subprocess22import subprocess
2523
=== modified file 'breezy/tests/test__rio.py'
--- breezy/tests/test__rio.py 2020-02-07 02:14:30 +0000
+++ breezy/tests/test__rio.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for _rio_*."""17"""Tests for _rio_*."""
1818
19from __future__ import absolute_import
20
21from .. import (19from .. import (
22 rio,20 rio,
23 tests,21 tests,
2422
=== modified file 'breezy/tests/test_bisect.py'
--- breezy/tests/test_bisect.py 2020-02-07 02:14:30 +0000
+++ breezy/tests/test_bisect.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"Test suite for the bzr bisect plugin."17"Test suite for the bzr bisect plugin."
1818
19from __future__ import absolute_import
20
21from io import StringIO19from io import StringIO
22import os20import os
23import shutil21import shutil
2422
=== modified file 'breezy/tests/test_fetch_ghosts.py'
--- breezy/tests/test_fetch_ghosts.py 2018-05-22 02:05:12 +0000
+++ breezy/tests/test_fetch_ghosts.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19from ..fetch_ghosts import GhostFetcher17from ..fetch_ghosts import GhostFetcher
20from . import TestCaseWithTransport18from . import TestCaseWithTransport
2119
2220
=== modified file 'breezy/tests/test_grep.py'
--- breezy/tests/test_grep.py 2020-02-07 02:14:30 +0000
+++ breezy/tests/test_grep.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1616
17from __future__ import absolute_import
18
19import os17import os
20import re18import re
21import unicodedata as ud19import unicodedata as ud
2220
=== modified file 'breezy/tests/test_osutils.py'
--- breezy/tests/test_osutils.py 2020-02-07 02:14:30 +0000
+++ breezy/tests/test_osutils.py 2020-02-18 05:49:35 +0000
@@ -16,8 +16,6 @@
1616
17"""Tests for the osutils wrapper."""17"""Tests for the osutils wrapper."""
1818
19from __future__ import absolute_import, division
20
21import errno19import errno
22from io import BytesIO20from io import BytesIO
23import os21import os
2422
=== modified file 'breezy/tests/test_source.py'
--- breezy/tests/test_source.py 2019-06-02 05:13:10 +0000
+++ breezy/tests/test_source.py 2020-02-18 05:49:35 +0000
@@ -444,23 +444,3 @@
444 error_msg.extend(('', ''))444 error_msg.extend(('', ''))
445 if error_msg:445 if error_msg:
446 self.fail('\n'.join(error_msg))446 self.fail('\n'.join(error_msg))
447
448 def test_feature_absolute_import(self):
449 """Using absolute imports means avoiding unnecesary stat and
450 open calls.
451
452 Make sure that all non-test files have absolute imports enabled.
453 """
454 missing_absolute_import = []
455 for fname, text in self.get_source_file_contents(
456 extensions=('.py', '.pyx')):
457 if "/tests/" in fname or "test_" in fname:
458 # We don't really care about tests
459 continue
460 if "from __future__ import absolute_import" not in text:
461 missing_absolute_import.append(fname)
462
463 if missing_absolute_import:
464 self.fail(
465 'The following files do not have absolute_import enabled:\n'
466 '\n' + '\n'.join(missing_absolute_import))
467447
=== modified file 'breezy/tests/test_views.py'
--- breezy/tests/test_views.py 2018-11-11 04:08:32 +0000
+++ breezy/tests/test_views.py 2020-02-18 05:49:35 +0000
@@ -14,8 +14,6 @@
14# along with this program; if not, write to the Free Software14# along with this program; if not, write to the Free Software
15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA15# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches