/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

merge Matthew's patch into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2744
2744
    _fmt = "'%(display_url)s' is already standalone."
2745
2745
 
2746
2746
 
 
2747
class AlreadyWithTrees(BzrDirError):
 
2748
 
 
2749
    _fmt = "Shared repository '%(display_url)s' already creates " \
 
2750
           "working trees."
 
2751
 
 
2752
 
 
2753
class AlreadyWithNoTrees(BzrDirError):
 
2754
 
 
2755
    _fmt = "Shared repository '%(display_url)s' already doesn't create " \
 
2756
           "working trees."
 
2757
 
 
2758
 
2747
2759
class ReconfigurationNotSupported(BzrDirError):
2748
2760
 
2749
2761
    _fmt = "Requested reconfiguration of '%(display_url)s' is not supported."