~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-10-25 10:05:09 UTC
  • mfrom: (2941.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071025100509-veed3zxqsmgwdug1
clean error msg on bzr+ssh connection closing (#115601) (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1531
1531
 
1532
1532
    _fmt = "Too many redirections"
1533
1533
 
 
1534
 
1534
1535
class ConflictsInTree(BzrError):
1535
1536
 
1536
1537
    _fmt = "Working tree has conflicts."