equal
deleted
inserted
replaced
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 |