/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: Aaron Bentley
  • Date: 2007-11-27 19:37:36 UTC
  • mto: This revision was merged to the branch mainline in revision 3052.
  • Revision ID: abentley@panoramicfeedback.com-20071127193736-fjqqz482w0a6400o
SupportĀ reconfigureĀ --lightweight-checkout

Show diffs side-by-side

added added

removed removed

Lines of Context:
2430
2430
    _fmt = "'%(display_url)s' is already a checkout."
2431
2431
 
2432
2432
 
 
2433
class AlreadyLightweightCheckout(BzrDirError):
 
2434
 
 
2435
    _fmt = "'%(display_url)s' is already a lightweight checkout."
 
2436
 
 
2437
 
2433
2438
class ReconfigurationNotSupported(BzrDirError):
2434
2439
 
2435
2440
    _fmt = "Requested reconfiguration of '%(display_url)s' is not supported."