Rev 5329: Fix docstring. in file:///home/vila/src/bzr/bugs/525571-lock-bazaar-conf-files/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Wed Jun 30 11:28:56 BST 2010
At file:///home/vila/src/bzr/bugs/525571-lock-bazaar-conf-files/
------------------------------------------------------------
revno: 5329
revision-id: v.ladeuil+lp at free.fr-20100630102855-ks87xtazs5xykfm4
parent: v.ladeuil+lp at free.fr-20100630090759-6047rybx25x86mtn
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 525571-lock-bazaar-conf-files
timestamp: Wed 2010-06-30 12:28:55 +0200
message:
Fix docstring.
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2010-06-29 15:36:54 +0000
+++ b/bzrlib/builtins.py 2010-06-30 10:28:55 +0000
@@ -4830,8 +4830,8 @@
class cmd_break_lock(Command):
- __doc__ = """\
- Break a dead lock on a repository, branch, working directory or config file.
+ __doc__ = """Break a dead lock.
+ This could be on a repository, branch, working directory or config file.
CAUTION: Locks should only be broken when you are sure that the process
holding the lock has been stopped.
More information about the bazaar-commits
mailing list