equal
deleted
inserted
replaced
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 |