/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2582
2582
        self.timezone = timezone
2583
2583
 
2584
2584
 
 
2585
class NotATerminal(BzrError):
 
2586
 
 
2587
    _fmt = 'Unable to ask for a password without real terminal.'
 
2588
 
 
2589
 
2585
2590
class UnableEncodePath(BzrError):
2586
2591
 
2587
2592
    _fmt = ('Unable to encode %(kind)s path %(path)r in '