Rev 2428: Update comment according to Martin in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/dirstate_locking_fixes

John Arbash Meinel john at arbash-meinel.com
Tue Apr 24 03:55:26 BST 2007


At http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/dirstate_locking_fixes

------------------------------------------------------------
revno: 2428
revision-id: john at arbash-meinel.com-20070424025510-qyl1mc76r4sscj53
parent: john at arbash-meinel.com-20070419222604-f3cfi8gqdu4bky6t
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: dirstate_locking_fixes
timestamp: Mon 2007-04-23 21:55:10 -0500
message:
  Update comment according to Martin
modified:
  bzrlib/tests/blackbox/test_info.py test_info.py-20060215045507-bbdd2d34efab9e0a
-------------- next part --------------
=== modified file 'bzrlib/tests/blackbox/test_info.py'
--- a/bzrlib/tests/blackbox/test_info.py	2007-04-19 22:26:04 +0000
+++ b/bzrlib/tests/blackbox/test_info.py	2007-04-24 02:55:10 +0000
@@ -1109,8 +1109,9 @@
         :param verbose: If true, expect verbose output
         """
         if tree_locked and sys.platform == 'win32':
-            # Arguably neither can Linux, but for now OS Locks are
-            # not exclusive in-process.
+            # We expect this to fail because of locking errors. (A write-locked
+            # file cannot be read-locked in the same process).
+            # This should be removed when the locking errors are fixed.
             args = command_string.split(' ')
             self.run_bzr_error([], 'info', *args)
             return



More information about the bazaar-commits mailing list