3152
3149
def __init__(self, bzrdir):
3155
3153
class NoWhoami(BzrError):
3157
3155
_fmt = ('Unable to determine your name.\n'
3158
3156
"Please, set your name with the 'whoami' command.\n"
3159
3157
'E.g. bzr whoami "Your Name <name@example.com>"')
3161
3160
class InvalidPattern(BzrError):
3163
3162
_fmt = ('Invalid pattern(s) found. %(msg)s')