Add missing space to output string
It was previously printing "Upgrading LocalStatus cache from version 1to version 2 for XXX" Signed-off-by: John Ferlito <johnf@inodes.org> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
9805d3e7af
commit
3c6b07b25f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user