/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Vincent Ladeuil
  • Date: 2009-07-02 13:07:14 UTC
  • mto: (4524.1.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090702130714-hsyqfusi8vn3a11m
Use tree.has_changes() where appropriate (the test suite caught a
bug in has_changes() (not filtering out the root) in an impressive
number of tests)

* bzrlib/send.py:
(send): Use tree.has_changes() instead of tree.changes_from().

* bzrlib/reconfigure.py:
(Reconfigure._check): Use tree.has_changes() instead of
tree.changes_from().

* bzrlib/merge.py:
(Merger.ensure_revision_trees, Merger.compare_basis): Use
tree.has_changes() instead of tree.changes_from().

* bzrlib/builtins.py:
(cmd_remove_tree.run, cmd_push.run, cmd_merge.run): Use
tree.has_changes() instead of tree.changes_from().

Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4360.5.4 16 years ago Robert J. Tanner Merge 1.15.1 back to trunk 15.2 KB Diff Download File
test_annotate_iter.py 4183.7.1 17 years ago Sabin Iacob update FSF mailing address 2.2 KB Diff Download File
test_get_file_mtime.py 4183.7.1 17 years ago Sabin Iacob update FSF mailing address 1.6 KB Diff Download File
test_get_file_with_stat.py 4360.5.4 16 years ago Robert J. Tanner Merge 1.15.1 back to trunk 2 KB Diff Download File
test_get_root_id.py 4183.7.1 17 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
test_get_symlink_target.py 4325.3.4 16 years ago Johan Walles Merge from upstream. 2.2 KB Diff Download File
test_inv.py 4285.2.1 17 years ago Vincent Ladeuil Cleanup test imports and use features to better tr 6.5 KB Diff Download File
test_iter_search_rules.py 4183.7.1 17 years ago Sabin Iacob update FSF mailing address 3.1 KB Diff Download File
test_list_files.py 4370.5.2 16 years ago Ian Clatworthy extend list_files() with from_dir and recursive pa 4.5 KB Diff Download File
test_path_content_summary.py 4285.2.1 17 years ago Vincent Ladeuil Cleanup test imports and use features to better tr 4.8 KB Diff Download File
test_revision_tree.py 4183.7.1 17 years ago Sabin Iacob update FSF mailing address 1.2 KB Diff Download File
test_test_trees.py 4285.2.1 17 years ago Vincent Ladeuil Cleanup test imports and use features to better tr 13.8 KB Diff Download File
test_tree.py 4360.5.4 16 years ago Robert J. Tanner Merge 1.15.1 back to trunk 10.8 KB Diff Download File
test_walkdirs.py 4285.2.1 17 years ago Vincent Ladeuil Cleanup test imports and use features to better tr 4.4 KB Diff Download File