`bzr info -v` is not working if WT4 is locked.
Bug #158596 reported by
Alexander Belchenko
This bug report is a duplicate of:
Bug #98836: [MASTER] "OS locks must die" - dirstate file write locks exclude readers and limit portability.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
To reproduce: create dirstate[-tags] branch, add some file, run commit without arguments, editor for commit message should appear. Switch to another console and run `bzr info -v` and you'll get:
C:\Temp\3>bzr info -v
bzr: ERROR: Could not acquire lock "C:/Temp/
But selftest (on Linux) assume that this operation works OK, because OS locks on Linux is not exclusive within the same process. At least blackbox.test_info should be updated, if it's intended behavior.
To post a comment you must log in.