[MERGE][0.8] break-lock command

Robert Collins robertc at robertcollins.net
Thu May 4 15:10:52 BST 2006


This is also available at http://bazaar-vcs.org/bzr/break-lock.

diffstat follows: note the strange presence of 'b' in just the new
files. I think think diff prefix patch is buggy :p.


 NEWS                                                          |    6 
 b/bzrlib/tests/branch_implementations/test_break_lock.py      |   95 +++++++++
 b/bzrlib/tests/repository_implementations/test_break_lock.py  |   61 ++++++
 b/bzrlib/tests/workingtree_implementations/test_break_lock.py |   72 +++++++
 bzrlib/branch.py                                              |   20 +-
 bzrlib/builtins.py                                            |   22 +-
 bzrlib/bzrdir.py                                              |   22 ++
 bzrlib/lockable_files.py                                      |   16 +
 bzrlib/lockdir.py                                             |   27 ++
 bzrlib/repository.py                                          |    8 
 bzrlib/tests/__init__.py                                      |   17 +
 bzrlib/tests/blackbox/test_break_lock.py                |   70 ++++++-
 bzrlib/tests/blackbox/test_selftest.py                     |   34 +++
 bzrlib/tests/branch_implementations/__init__.py               |    1 
 bzrlib/tests/bzrdir_implementations/test_bzrdir.py    |   98 ++++++++++
 bzrlib/tests/repository_implementations/__init__.py           |    1 
 bzrlib/tests/test_lockable_files.py                        |   50 +++--
 bzrlib/tests/test_lockdir.py                              |   31 +++
 bzrlib/tests/test_ui.py                                    |   53 +++++
 bzrlib/tests/workingtree_implementations/__init__.py          |    1 
 bzrlib/ui/__init__.py                                      |   34 +++
 bzrlib/ui/text.py                                          |    9 
 bzrlib/workingtree.py                                       |   18 +
 23 files changed, 718 insertions(+), 48 deletions(-)


Cheers,
Rob
-- 
GPG key available at: <http://www.robertcollins.net/keys.txt>.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: break-lock.patch
Type: text/x-patch
Size: 44382 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060505/2785b25d/attachment.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060505/2785b25d/attachment.pgp 


More information about the bazaar mailing list