~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-06 16:38:04 UTC
  • mfrom: (3207.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080206163804-6zyjbbfpsm8txfdm
(Lukas) give a better error when using version-info --custom without
        --template

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'