~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Aaron Bentley
  • Date: 2006-02-01 18:08:46 UTC
  • mto: (1534.7.121 bzr.ttransform)
  • mto: This revision was merged to the branch mainline in revision 1558.
  • Revision ID: abentley@panoramicfeedback.com-20060201180846-c8f1200d1440c465
Implemented default command options

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
    def __init__(self, format):
540
540
        BzrNewError.__init__(self)
541
541
        self.format = format
 
542
 
 
543
class CommandDefaultSyntax(BzrNewError):
 
544
    """Sytax error in defaults for "%(command_name)s": %(error)s"""