This commit is contained in:
John Ferlito 2017-11-25 03:46:59 +00:00 committed by GitHub
commit 79a92ff2eb
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class LocalStatusFolder(BaseFolder):
# Convert from format v1.
elif line == (self.magicline % 1):
self.ui._msg('Upgrading LocalStatus cache from version 1'
self.ui._msg('Upgrading LocalStatus cache from version 1 '
'to version 2 for %s:%s'% (self.repository, self))
self.readstatus_v1(cachefd)
cachefd.close()