largefiles: add missing \n in ui.warn messages

This commit is contained in:
Mads Kiilerich 2013-10-21 11:22:54 +08:00
parent ee0298712d
commit 46512da6c4
3 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@ def putlfile(repo, proto, sha):
tmpfp.close()
lfutil.linktousercache(repo, sha)
except IOError, e:
repo.ui.warn(_('largefiles: failed to put %s into store: %s') %
repo.ui.warn(_('largefiles: failed to put %s into store: %s\n') %
(sha, e.strerror))
return wireproto.pushres(1)
finally:

View File

@ -26,7 +26,7 @@ class remotestore(basestore.basestore):
_('remotestore: could not put %s to remote store %s')
% (source, self.url))
self.ui.debug(
_('remotestore: put %s to remote store %s') % (source, self.url))
_('remotestore: put %s to remote store %s\n') % (source, self.url))
def exists(self, hashes):
return dict((h, s == 0) for (h, s) in self._stat(hashes).iteritems())

View File

@ -1678,6 +1678,7 @@ Corrupt the cached largefile in r7 and move it out of the servers usercache
pushing to http://localhost:$HGPORT1/
searching for changes
remote: largefiles: failed to put 4cdac4d8b084d0b599525cf732437fb337d422a8 into store: largefile contents do not match hash
abort: remotestore: could not put $TESTTMP/r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8 to remote store http://localhost:$HGPORT1/ (glob)
[255]
$ mv 4cdac4d8b084d0b599525cf732437fb337d422a8 r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8