/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: Ian Clatworthy
  • Date: 2007-09-18 07:14:35 UTC
  • mto: (2867.1.1 ianc-integration2)
  • mto: This revision was merged to the branch mainline in revision 2869.
  • Revision ID: ian.clatworthy@internode.on.net-20070918071435-cjetogmh16akg4v8
bzrdir.py code clean-ups

Show diffs side-by-side

added added

removed removed

Lines of Context:
2440
2440
    _fmt = "No location could be found to bind to at %(display_url)s."
2441
2441
 
2442
2442
 
 
2443
class RetireFailed(BzrDirError):
 
2444
 
 
2445
    _fmt = "Failed to retire %(display_url)s."
 
2446
 
 
2447
 
2443
2448
class UncommittedChanges(BzrError):
2444
2449
 
2445
2450
    _fmt = 'Working tree "%(display_url)s" has uncommitted changes.'