~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Marius Kruger
  • Date: 2006-12-22 16:49:38 UTC
  • mto: (2220.1.1 bzr.enhanced_move)
  • mto: This revision was merged to the branch mainline in revision 2241.
  • Revision ID: amanic@gmail.com-20061222164938-rbjxiq858d78k5lw
Converted move/rename error messages to show source => target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
            self.context_info = ''
562
562
        else:
563
563
            self.context_info = context_info + ". "
564
 
        
565
 
        
 
564
 
 
565
 
566
566
class PathsNotVersionedError(BzrError):
567
567
    """Used when reporting several paths which are not versioned"""
568
568