/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: John Arbash Meinel
  • Date: 2008-03-20 16:24:32 UTC
  • mfrom: (3298 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3299.
  • Revision ID: john@arbash-meinel.com-20080320162432-whjl8nhp3b5q0dj0
[merge] bzr.dev 3298, clean up NEWS conflicts.

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 '