/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: Canonical.com Patch Queue Manager
  • Date: 2009-06-30 10:20:58 UTC
  • mfrom: (4492.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090630102058-mkgmx4g87dkdpu63
(vila) push --strict is now the default

Show diffs side-by-side

added added

removed removed

Lines of Context:
2778
2778
 
2779
2779
class UncommittedChanges(BzrError):
2780
2780
 
2781
 
    _fmt = 'Working tree "%(display_url)s" has uncommitted changes.'
 
2781
    _fmt = ('Working tree "%(display_url)s" has uncommitted changes'
 
2782
            ' (See bzr status).')
2782
2783
 
2783
2784
    def __init__(self, tree):
2784
2785
        import bzrlib.urlutils as urlutils