Show More
@@ -770,9 +770,13 b' Test that rebase is not confused by $CWD' | |||||
770 | saved backup bundle to $TESTTMP/cwd-vanish/.hg/strip-backup/779a07b1b7a0-853e0073-backup.hg (glob) |
|
770 | saved backup bundle to $TESTTMP/cwd-vanish/.hg/strip-backup/779a07b1b7a0-853e0073-backup.hg (glob) | |
771 | #endif |
|
771 | #endif | |
772 |
|
772 | |||
|
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 | |||
|
775 | absolute path to get back to the repository. | |||
|
776 | $ cd $TESTTMP/cwd-vanish | |||
|
777 | ||||
773 | Test that rebase is done in topo order (issue5370) |
|
778 | Test that rebase is done in topo order (issue5370) | |
774 |
|
779 | |||
775 | $ cd .. |
|
|||
776 | $ hg init order |
|
780 | $ hg init order | |
777 | $ cd order |
|
781 | $ cd order | |
778 | $ touch a && hg add a && hg ci -m A |
|
782 | $ touch a && hg add a && hg ci -m A |
General Comments 0
You need to be logged in to leave comments.
Login now