Mercurial > hg
changeset 17857:8ef4b022d562 stable
obsolete: add missing line feed in debug error message
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Fri, 19 Oct 2012 13:52:34 +0200 |
parents | 526081552f3d |
children | acd4577a568d |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/localrepo.py Tue Oct 23 09:22:46 2012 +0200 +++ b/mercurial/localrepo.py Fri Oct 19 13:52:34 2012 +0200 @@ -1797,7 +1797,7 @@ phases.advanceboundary(self, phases.public, subset) if obsolete._enabled: - self.ui.debug('fetching remote obsolete markers') + self.ui.debug('fetching remote obsolete markers\n') remoteobs = remote.listkeys('obsolete') if 'dump0' in remoteobs: if tr is None: