comparison tests/test-largefiles.t @ 21196:5c0d5b95b824 stable

largefiles: remove directories emptied after their files are moved (issue3515)
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 25 Apr 2014 22:34:09 -0400
parents 49e13e76ec5a
children c5d35995d192
comparison
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