830
830
_fmt = "Cannot acquire write lock on %(fname)s. %(msg)s"
832
833
def __init__(self, fname, msg):
833
834
LockError.__init__(self, '')
838
851
class OutSideTransaction(BzrError):
840
853
_fmt = ("A transaction related operation was attempted after"