Reputation: 11451
i need a way to check if Bazaar is currently locked (performing locking operations), via shell command.
Any workaround is good as long as is fast to accomplish (1, 2 seconds, not more).
If possible, I would steer clear filesystem-path based solutions. If possible.
Any help ?
Upvotes: 2
Views: 50
Reputation: 11451
Turns out you can check if a directory is locked by simply using:
bzr info
Upvotes: 2