/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: Neil Martinsen-Burrell
  • Date: 2009-06-08 02:02:08 UTC
  • mto: (4446.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4447.
  • Revision ID: nmb@wartburg.edu-20090608020208-zb6y8877j6oxhml2
Fix #220067 adding more specificity to the error message when split fails

Show diffs side-by-side

added added

removed removed

Lines of Context:
2161
2161
    _fmt = "To use this feature you must upgrade your repository at %(path)s."
2162
2162
 
2163
2163
 
 
2164
class RichRootUpgradeRequired(UpgradeRequired):
 
2165
 
 
2166
    _fmt = "To use this feature you must upgrade your branch at %(path)s to a format which supports rich roots."
 
2167
 
 
2168
 
2164
2169
class LocalRequiresBoundBranch(BzrError):
2165
2170
 
2166
2171
    _fmt = "Cannot perform local-only commits on unbound branches."