# HG changeset patch # User Mads Kiilerich # Date 1382550596 -28800 # Node ID 29f12a7a03eedd844151f2e09963fe7d53753036 # Parent 72214af683a2b932f7be350085b7fbc041f237fd largefiles: don't add extra \n when displaying remote messages in putlfile diff -r 72214af683a2 -r 29f12a7a03ee hgext/largefiles/proto.py --- a/hgext/largefiles/proto.py Mon Oct 21 11:22:54 2013 +0800 +++ b/hgext/largefiles/proto.py Thu Oct 24 01:49:56 2013 +0800 @@ -93,7 +93,7 @@ headers={'content-type':'application/mercurial-0.1'}) d, output = res.split('\n', 1) for l in output.splitlines(True): - self.ui.warn(_('remote: '), l, '\n') + self.ui.warn(_('remote: '), l) # assume l ends with \n return int(d) except (ValueError, urllib2.HTTPError): self.ui.warn(_('unexpected putlfile response: %r\n') % res) diff -r 72214af683a2 -r 29f12a7a03ee tests/test-largefiles.t --- a/tests/test-largefiles.t Mon Oct 21 11:22:54 2013 +0800 +++ b/tests/test-largefiles.t Thu Oct 24 01:49:56 2013 +0800 @@ -1678,7 +1678,6 @@ 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