~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Aaron Bentley
  • Date: 2008-04-06 04:44:17 UTC
  • mto: This revision was merged to the branch mainline in revision 3364.
  • Revision ID: aaron@aaronbentley.com-20080406044417-v6lch0yugh7d1vtk
Implement conversion to standalone

Show diffs side-by-side

added added

removed removed

Lines of Context:
2563
2563
    _fmt = "'%(display_url)s' is already sharing a repository."
2564
2564
 
2565
2565
 
 
2566
class AlreadyStandalone(BzrDirError):
 
2567
 
 
2568
    _fmt = "'%(display_url)s' is already standalone."
 
2569
 
 
2570
 
2566
2571
class ReconfigurationNotSupported(BzrDirError):
2567
2572
 
2568
2573
    _fmt = "Requested reconfiguration of '%(display_url)s' is not supported."