# HG changeset patch # User Pierre-Yves David # Date 1496827320 -3600 # Node ID 08bd8ab55cc954903bbe16e634e2ed7bfaf9d6c1 # Parent ecd47c63b6de0295618625bbb56e86402ca196e0 obscache: add a missing "new line" at the end of a debug message diff -r ecd47c63b6de -r 08bd8ab55cc9 hgext3rd/evolve/obscache.py --- a/hgext3rd/evolve/obscache.py Wed Jun 07 00:48:12 2017 +0100 +++ b/hgext3rd/evolve/obscache.py Wed Jun 07 10:22:00 2017 +0100 @@ -477,7 +477,7 @@ repo.ui.log('evoext-cache', 'obscache is out of date, ' 'falling back to slower obsstore version\n') - repo.ui.debug('obscache is out of date') + repo.ui.debug('obscache is out of date\n') return orig(repo) else: # If a transaction is open, it is worthwhile to update and use