~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-15 02:59:53 UTC
  • mfrom: (4960.2.3 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20100115025953-xsjlum93p1luvn2y
(mbp) better messages and help for lock contention and break-lock

Show diffs side-by-side

added added

removed removed

Lines of Context:
4728
4728
    CAUTION: Locks should only be broken when you are sure that the process
4729
4729
    holding the lock has been stopped.
4730
4730
 
4731
 
    You can get information on what locks are open via the 'bzr info' command.
 
4731
    You can get information on what locks are open via the 'bzr info
 
4732
    [location]' command.
4732
4733
 
4733
4734
    :Examples:
4734
4735
        bzr break-lock
 
4736
        bzr break-lock bzr+ssh://example.com/bzr/foo
4735
4737
    """
4736
4738
    takes_args = ['location?']
4737
4739