equal
deleted
inserted
replaced
559 |
559 |
560 echo % test popping revisions not in working dir ancestry |
560 echo % test popping revisions not in working dir ancestry |
561 hg qseries -v |
561 hg qseries -v |
562 hg up qparent |
562 hg up qparent |
563 hg qpop |
563 hg qpop |
|
564 |
|
565 cd .. |
|
566 hg init deletion-order |
|
567 cd deletion-order |
|
568 |
|
569 touch a |
|
570 hg ci -Aqm0 |
|
571 |
|
572 hg qnew rename-dir |
|
573 hg rm a |
|
574 hg qrefresh |
|
575 |
|
576 mkdir a b |
|
577 touch a/a b/b |
|
578 hg add -q a b |
|
579 hg qrefresh |
|
580 |
|
581 echo % test popping must remove files added in subdirectories first |
|
582 hg qpop |
|
583 cd .. |