distance: fix missing newline in warning

This commit is contained in:
Sean Farley 2015-04-22 11:52:13 -07:00
parent 1e414b566f
commit 5d106a5c16

View File

@ -1061,7 +1061,7 @@ def invalidatedistancecache(repo):
error = True
if error:
repo.ui.warn(_('Unable to invalidate tracking cache; ' +
'distance displayed may be incorrect'))
'distance displayed may be incorrect\n'))
def precachedistance(repo):
"""