tests/test-rebase-scenario-global.t
changeset 26719 8bed1eae99df
parent 25411 d298805fb639
child 28022 e397b58c0563
equal deleted inserted replaced
26718:806ca3a37858 26719:8bed1eae99df
   741   $ hg commit -m 'second source with subdir'
   741   $ hg commit -m 'second source with subdir'
   742   $ hg rebase -b . -d 1 --traceback
   742   $ hg rebase -b . -d 1 --traceback
   743   rebasing 2:779a07b1b7a0 "first source commit"
   743   rebasing 2:779a07b1b7a0 "first source commit"
   744   rebasing 3:a7d6f3a00bf3 "second source with subdir" (tip)
   744   rebasing 3:a7d6f3a00bf3 "second source with subdir" (tip)
   745   saved backup bundle to $TESTTMP/cwd-vanish/.hg/strip-backup/779a07b1b7a0-853e0073-backup.hg (glob)
   745   saved backup bundle to $TESTTMP/cwd-vanish/.hg/strip-backup/779a07b1b7a0-853e0073-backup.hg (glob)
       
   746 
       
   747 Test experimental revset
       
   748 
       
   749   $ cd ..
       
   750   $ hg log -r '_destrebase()'
       
   751   changeset:   3:1910d5ff34ea
       
   752   tag:         tip
       
   753   user:        test
       
   754   date:        Thu Jan 01 00:00:00 1970 +0000
       
   755   summary:     second source with subdir
       
   756