/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

  • Committer: Andrew Bennetts
  • Date: 2008-03-26 10:12:45 UTC
  • mfrom: (3306 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3308.
  • Revision ID: andrew.bennetts@canonical.com-20080326101245-fkocwgvpebr1z5bd
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 '