/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/ui/__init__.py

  • Committer: Robert Collins
  • Date: 2010-06-21 03:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 5310.
  • Revision ID: robertc@robertcollins.net-20100621031555-y1oi1twlxt2qqjue
Document bzrlib.initialize a little better, and explicitly propogate exceptions in the new __exit__ methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
        self.clear_term() is needed when the UIFactory is finished with.
141
141
        """
142
142
        self.clear_term()
 
143
        return False # propogate exceptions.
143
144
 
144
145
    def be_quiet(self, state):
145
146
        """Tell the UI to be more quiet, or not.