##// END OF EJS Templates
tests: un-nest the `order` repo in test-rebase-scenario-global...
Augie Fackler -
r31143:628600bf default
parent child Browse files
Show More
@@ -773,7 +773,7 b' Test that rebase is not confused by $CWD'
773 Get back to the root of cwd-vanish. Note that even though `cd ..`
773 Get back to the root of cwd-vanish. Note that even though `cd ..`
774 works on most systems, it does not work on FreeBSD 10, so we use an
774 works on most systems, it does not work on FreeBSD 10, so we use an
775 absolute path to get back to the repository.
775 absolute path to get back to the repository.
776 $ cd $TESTTMP/cwd-vanish
776 $ cd $TESTTMP
777
777
778 Test that rebase is done in topo order (issue5370)
778 Test that rebase is done in topo order (issue5370)
779
779
@@ -819,7 +819,7 b' Test that rebase is done in topo order ('
819 rebasing 4:82ae8dc7a9b7 "E"
819 rebasing 4:82ae8dc7a9b7 "E"
820 rebasing 3:ab709c9f7171 "D"
820 rebasing 3:ab709c9f7171 "D"
821 rebasing 5:412b391de760 "F"
821 rebasing 5:412b391de760 "F"
822 saved backup bundle to $TESTTMP/cwd-vanish/order/.hg/strip-backup/76035bbd54bd-e341bc99-backup.hg (glob)
822 saved backup bundle to $TESTTMP/order/.hg/strip-backup/76035bbd54bd-e341bc99-backup.hg (glob)
823
823
824 $ hg tglog
824 $ hg tglog
825 o 6: 'F'
825 o 6: 'F'
@@ -840,7 +840,7 b' Test that rebase is done in topo order ('
840 Test experimental revset
840 Test experimental revset
841 ========================
841 ========================
842
842
843 $ cd ..
843 $ cd ../cwd-vanish
844
844
845 Make the repo a bit more interesting
845 Make the repo a bit more interesting
846
846
General Comments 0
You need to be logged in to leave comments. Login now