~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: 2007-11-29 18:41:01 UTC
  • mfrom: (2796.2.22 bzr.reconfigure)
  • Revision ID: pqm@pqm.ubuntu.com-20071129184101-u9506rihe4zbzyyz
bzr reconfigure can now convert to lightweight checkout

Show diffs side-by-side

added added

removed removed

Lines of Context:
2442
2442
    _fmt = "'%(display_url)s' is already a checkout."
2443
2443
 
2444
2444
 
 
2445
class AlreadyLightweightCheckout(BzrDirError):
 
2446
 
 
2447
    _fmt = "'%(display_url)s' is already a lightweight checkout."
 
2448
 
 
2449
 
2445
2450
class ReconfigurationNotSupported(BzrDirError):
2446
2451
 
2447
2452
    _fmt = "Requested reconfiguration of '%(display_url)s' is not supported."