tests/test-largefiles-wireproto.t
changeset 35400 4441705b7111
parent 35173 c1b94f34a11a
child 35847 e3c228b4510d
child 36255 1ee1a42bfdae
equal deleted inserted replaced
35399:5feb782c7a95 35400:4441705b7111
   179   $ cat hg.pid >> $DAEMON_PIDS
   179   $ cat hg.pid >> $DAEMON_PIDS
   180   $ hg push -R r7 http://localhost:$HGPORT1
   180   $ hg push -R r7 http://localhost:$HGPORT1
   181   pushing to http://localhost:$HGPORT1/
   181   pushing to http://localhost:$HGPORT1/
   182   searching for changes
   182   searching for changes
   183   remote: largefiles: failed to put 4cdac4d8b084d0b599525cf732437fb337d422a8 into store: largefile contents do not match hash
   183   remote: largefiles: failed to put 4cdac4d8b084d0b599525cf732437fb337d422a8 into store: largefile contents do not match hash
   184   abort: remotestore: could not put $TESTTMP/r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8 to remote store http://localhost:$HGPORT1/ (glob)
   184   abort: remotestore: could not put $TESTTMP/r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8 to remote store http://localhost:$HGPORT1/
   185   [255]
   185   [255]
   186   $ mv 4cdac4d8b084d0b599525cf732437fb337d422a8 r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8
   186   $ mv 4cdac4d8b084d0b599525cf732437fb337d422a8 r7/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8
   187 Push of file that exists on server but is corrupted - magic healing would be nice ... but too magic
   187 Push of file that exists on server but is corrupted - magic healing would be nice ... but too magic
   188   $ echo "server side corruption" > empty/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8
   188   $ echo "server side corruption" > empty/.hg/largefiles/4cdac4d8b084d0b599525cf732437fb337d422a8
   189   $ hg push -R r7 http://localhost:$HGPORT1
   189   $ hg push -R r7 http://localhost:$HGPORT1