tests/test-largefiles-misc.t
changeset 26969 b54b520a24c2
parent 26944 ef5bab63af85
child 28189 fac3a24be50e
equal deleted inserted replaced
26968:216cc65cf227 26969:b54b520a24c2
   511   ? sub/anotherlarge.orig
   511   ? sub/anotherlarge.orig
   512 
   512 
   513 Test orig files go where we want them
   513 Test orig files go where we want them
   514   $ echo moremore >> anotherlarge
   514   $ echo moremore >> anotherlarge
   515   $ hg revert anotherlarge -v --config 'ui.origbackuppath=.hg/origbackups'
   515   $ hg revert anotherlarge -v --config 'ui.origbackuppath=.hg/origbackups'
   516   creating directory: $TESTTMP/addrm2/.hg/origbackups/.hglf/sub
   516   creating directory: $TESTTMP/addrm2/.hg/origbackups/.hglf/sub (glob)
   517   saving current version of ../.hglf/sub/anotherlarge as $TESTTMP/addrm2/.hg/origbackups/.hglf/sub/anotherlarge.orig
   517   saving current version of ../.hglf/sub/anotherlarge as $TESTTMP/addrm2/.hg/origbackups/.hglf/sub/anotherlarge.orig (glob)
   518   reverting ../.hglf/sub/anotherlarge (glob)
   518   reverting ../.hglf/sub/anotherlarge (glob)
   519   creating directory: $TESTTMP/addrm2/.hg/origbackups/sub
   519   creating directory: $TESTTMP/addrm2/.hg/origbackups/sub (glob)
   520   found 90c622cf65cebe75c5842f9136c459333faf392e in store
   520   found 90c622cf65cebe75c5842f9136c459333faf392e in store
   521   found 90c622cf65cebe75c5842f9136c459333faf392e in store
   521   found 90c622cf65cebe75c5842f9136c459333faf392e in store
   522   $ ls ../.hg/origbackups/sub
   522   $ ls ../.hg/origbackups/sub
   523   anotherlarge.orig
   523   anotherlarge.orig
   524   $ cd ..
   524   $ cd ..