tests/test-largefiles.t
branchstable
changeset 21196 5c0d5b95b824
parent 21110 49e13e76ec5a
child 21209 c5d35995d192
equal deleted inserted replaced
21195:9336bc7dca8e 21196:5c0d5b95b824
   212   .
   212   .
   213   ./baz
   213   ./baz
   214   ./baz/largefile
   214   ./baz/largefile
   215   ./dirb
   215   ./dirb
   216   ./dirb/largefile
   216   ./dirb/largefile
   217   ./foo
   217   $ cd ..
   218   $ cd ../../a
   218   $ hg mv dira dirc
       
   219   moving .hglf/dira/baz/largefile to .hglf/dirc/baz/largefile (glob)
       
   220   moving .hglf/dira/dirb/largefile to .hglf/dirc/dirb/largefile (glob)
       
   221   $ find * | sort
       
   222   dirc
       
   223   dirc/baz
       
   224   dirc/baz/largefile
       
   225   dirc/dirb
       
   226   dirc/dirb/largefile
       
   227   $ hg up -qC
       
   228   $ cd ../a
   219 
   229 
   220 #if serve
   230 #if serve
   221 Test display of largefiles in hgweb
   231 Test display of largefiles in hgweb
   222 
   232 
   223   $ hg serve -d -p $HGPORT --pid-file ../hg.pid
   233   $ hg serve -d -p $HGPORT --pid-file ../hg.pid