comparison tests/test-largefiles.t @ 15555:cea62936b39a

merge with stable
author Matt Mackall <mpm@selenic.com>
date Tue, 22 Nov 2011 17:34:22 -0600
parents 1fd126cd2d91 0c0ed2b3082d
children ad686c818e1c
comparison
equal deleted inserted replaced
15549:1fd126cd2d91 15555:cea62936b39a
257 $ hg clone . ../b 257 $ hg clone . ../b
258 updating to branch default 258 updating to branch default
259 5 files updated, 0 files merged, 0 files removed, 0 files unresolved 259 5 files updated, 0 files merged, 0 files removed, 0 files unresolved
260 getting changed largefiles 260 getting changed largefiles
261 3 largefiles updated, 0 removed 261 3 largefiles updated, 0 removed
262 $ hg debugstate --nodates
263 n 644 41 .hglf/sub/large4
264 n 0 -1 .hglf/sub2/large6
265 n 0 -1 .hglf/sub2/large7
266 n 644 9 normal3
267 n 644 9 sub/normal4
262 $ cd ../b 268 $ cd ../b
263 $ hg log --template '{rev}:{node|short} {desc|firstline}\n' 269 $ hg log --template '{rev}:{node|short} {desc|firstline}\n'
264 7:daea875e9014 add/edit more largefiles 270 7:daea875e9014 add/edit more largefiles
265 6:4355d653f84f edit files yet again 271 6:4355d653f84f edit files yet again
266 5:9d5af5072dbd edit files again 272 5:9d5af5072dbd edit files again
783 $ hg push http://localhost:$HGPORT 789 $ hg push http://localhost:$HGPORT
784 pushing to http://localhost:$HGPORT/ 790 pushing to http://localhost:$HGPORT/
785 searching for changes 791 searching for changes
786 abort: http://localhost:$HGPORT/ does not appear to be a largefile store 792 abort: http://localhost:$HGPORT/ does not appear to be a largefile store
787 [255] 793 [255]
788 $ cd ..
789
790 $ cd .. 794 $ cd ..
791 795
792 Clone a local repository owned by another user 796 Clone a local repository owned by another user
793 We have to simulate that here by setting $HOME and removing write permissions 797 We have to simulate that here by setting $HOME and removing write permissions
794 $ ORIGHOME="$HOME" 798 $ ORIGHOME="$HOME"