/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 breezy/log.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-17 16:43:29 UTC
  • mto: This revision was merged to the branch mainline in revision 7187.
  • Revision ID: jelmer@jelmer.uk-20181117164329-vslj7bm5sob8g097
Review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1525
1525
        for key, handler in properties_handler_registry.iteritems():
1526
1526
            try:
1527
1527
                lines.extend(self._format_properties(handler(revision)))
1528
 
            except BaseException:
 
1528
            except Exception:
1529
1529
                trace.log_exception_quietly()
1530
1530
                trace.print_exception(sys.exc_info(), self.to_file)
1531
1531
        return lines