/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/cleanup.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2017-06-11 02:34:42 UTC
  • mfrom: (6681.2.10 more-controldir)
  • Revision ID: breezy.the.bot@gmail.com-20170611023442-p3vm7secrkqn6ckx
Some more bzrdir vs controldir fixes.

Merged from https://code.launchpad.net/~jelmer/brz/more-controldir/+merge/325453

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    trace.mutter('Cleanup failed:')
55
55
    trace.log_exception_quietly()
56
56
    if 'cleanup' in debug.debug_flags:
57
 
        trace.warning('bzr: warning: Cleanup failed: %s', exc)
 
57
        trace.warning('brz: warning: Cleanup failed: %s', exc)
58
58
 
59
59
 
60
60
def _run_cleanup(func, *args, **kwargs):