/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-02-07 03:47:24 UTC
  • mfrom: (3218 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3220.
  • Revision ID: andrew.bennetts@canonical.com-20080207034724-p3zhr7zp9kow4nax
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2520
2520
        self.name = name
2521
2521
 
2522
2522
 
 
2523
class NoTemplate(BzrError):
 
2524
 
 
2525
    _fmt = 'No template specified.'
 
2526
 
 
2527
 
2523
2528
class UnableCreateSymlink(BzrError):
2524
2529
 
2525
2530
    _fmt = 'Unable to create symlink %(path_str)son this platform'