tests/test-subrepo-git.t
changeset 26969 b54b520a24c2
parent 26940 91786f20db83
child 28035 c65da6892ae5
child 28658 34d43cb85de8
equal deleted inserted replaced
26968:216cc65cf227 26969:b54b520a24c2
   877 
   877 
   878 revert moves orig files to the right place
   878 revert moves orig files to the right place
   879   $ echo 'bloop' > s/foobar
   879   $ echo 'bloop' > s/foobar
   880   $ hg revert --all --verbose --config 'ui.origbackuppath=.hg/origbackups'
   880   $ hg revert --all --verbose --config 'ui.origbackuppath=.hg/origbackups'
   881   reverting subrepo ../gitroot
   881   reverting subrepo ../gitroot
   882   creating directory: $TESTTMP/tc/.hg/origbackups
   882   creating directory: $TESTTMP/tc/.hg/origbackups (glob)
   883   saving current version of foobar as $TESTTMP/tc/.hg/origbackups/foobar.orig
   883   saving current version of foobar as $TESTTMP/tc/.hg/origbackups/foobar.orig (glob)
   884   $ ls .hg/origbackups
   884   $ ls .hg/origbackups
   885   foobar.orig
   885   foobar.orig
   886   $ rm -rf .hg/origbackups
   886   $ rm -rf .hg/origbackups
   887 
   887 
   888 show file at specific revision
   888 show file at specific revision