comparison tests/test-bookmarks.t @ 31071:96eaefd350ae

tests: make directory to prevent test process from going out of $TESTTMP Before this patch, test process for test-bookmarks.t goes out of $TESTTMP at "cd .." before creation of "orderrepo" repository. To prevent test process from going out of $TESTTMP, this patch makes directory "repo" sub-directory and executes almost all test scenarios in test-bookmarks.t under it. This is preparation for new test added in subsequent patch.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Tue, 21 Feb 2017 01:20:59 +0900
parents c059286a0f9c
children 0332b8fafd05
comparison
equal deleted inserted replaced
31070:206532700213 31071:96eaefd350ae
1 $ hg init 1 $ hg init repo
2 $ cd repo
2 3
3 no bookmarks 4 no bookmarks
4 5
5 $ hg bookmarks 6 $ hg bookmarks
6 no bookmarks set 7 no bookmarks set
628 * Y 2:db815d6d32e6 629 * Y 2:db815d6d32e6
629 Y@1 1:925d80f479bb 630 Y@1 1:925d80f479bb
630 Z 2:db815d6d32e6 631 Z 2:db815d6d32e6
631 x y 2:db815d6d32e6 632 x y 2:db815d6d32e6
632 $ hg -R ../cloned-bookmarks-manual-update-with-divergence pull 633 $ hg -R ../cloned-bookmarks-manual-update-with-divergence pull
633 pulling from $TESTTMP 634 pulling from $TESTTMP/repo (glob)
634 searching for changes 635 searching for changes
635 adding changesets 636 adding changesets
636 adding manifests 637 adding manifests
637 adding file changes 638 adding file changes
638 added 2 changesets with 2 changes to 2 files (+1 heads) 639 added 2 changesets with 2 changes to 2 files (+1 heads)