~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Ian Clatworthy
  • Date: 2009-06-16 12:22:20 UTC
  • mfrom: (4416.6.1 bzr-220067)
  • mto: This revision was merged to the branch mainline in revision 4447.
  • Revision ID: ian.clatworthy@canonical.com-20090616122220-k1ye45pbu5zylltt
(igc) better message when split fails (Neil Martinsen-Burrell)

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"
 
2167
           " a format which supports rich roots.")
 
2168
 
 
2169
 
2164
2170
class LocalRequiresBoundBranch(BzrError):
2165
2171
 
2166
2172
    _fmt = "Cannot perform local-only commits on unbound branches."