259
259
def __init__(self, format):
262
263
class MalformedSplatDict(BzrNewError):
263
264
"""Splat dict has %(val_len)d values, instead of 2. (%(values)r)"""
264
265
def __init__(self, values):
266
267
self.val_len = len(values)
268
270
class NotVersionedError(BzrNewError):
269
271
"""%(path)s is not versioned"""
270
272
def __init__(self, path):