tests/test-subrepo-git.t
changeset 41593 59025c9b3540
parent 35786 8144f1b07e21
child 41603 ea5ebb8f72bd
equal deleted inserted replaced
41592:e67a85e0f19e 41593:59025c9b3540
   923 revert moves orig files to the right place
   923 revert moves orig files to the right place
   924   $ echo 'bloop' > s/foobar
   924   $ echo 'bloop' > s/foobar
   925   $ hg revert --all --verbose --config 'ui.origbackuppath=.hg/origbackups'
   925   $ hg revert --all --verbose --config 'ui.origbackuppath=.hg/origbackups'
   926   reverting subrepo ../gitroot
   926   reverting subrepo ../gitroot
   927   creating directory: $TESTTMP/tc/.hg/origbackups
   927   creating directory: $TESTTMP/tc/.hg/origbackups
   928   saving current version of foobar as $TESTTMP/tc/.hg/origbackups/foobar
   928   saving current version of foobar as .hg/origbackups/foobar
   929   $ ls .hg/origbackups
   929   $ ls .hg/origbackups
   930   foobar
   930   foobar
   931   $ rm -rf .hg/origbackups
   931   $ rm -rf .hg/origbackups
   932 
   932 
   933 show file at specific revision
   933 show file at specific revision