/brz/remove-bazaar

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

Deprecate BzrDir.generate_backup_name and use osutils.available_backup_name.

* bzrlib/tests/test_bzrdir.py:
(TestGenerateBackupName.test_deprecated_generate_backup_name): Added.

* bzrlib/workingtree.py:
(WorkingTree.remove.backup): Fix line too long in a call site

* bzrlib/bzrdir.py:
(BzrDir.generate_backup_name): Deperecated.
(BzrDir._available_backup_name): Renamed to better hint about race
conditions and implementation delegated to
osutils.available_backup_name.
(BzrDir.backup_bzrdir): Cleaned up.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4597.9.2 15 years ago Vincent Ladeuil Merge bzr.dev into cleanup 6.8 KB Diff Download File
dir_exporter.py 4708.2.3 15 years ago Martin Merge bzr.dev to unite with similar changes alread 3.9 KB Diff Download File
tar_exporter.py 5152.1.4 15 years ago Parth Malwankar improved bug description. 4.1 KB Diff Download File
zip_exporter.py 5076.2.3 15 years ago Jelmer Vernooij Review comments from Rob. 3.9 KB Diff Download File