tests/test-nested-repo
changeset 2965 890e285c52a1
parent 2136 3335564f2518
child 5141 d316124ebbea
equal deleted inserted replaced
2964:26c8d37496c2 2965:890e285c52a1
    12 hg add b/x
    12 hg add b/x
    13 
    13 
    14 echo '# should print A b/x'
    14 echo '# should print A b/x'
    15 hg st
    15 hg st
    16 echo '# should forget b/x'
    16 echo '# should forget b/x'
    17 hg revert
    17 hg revert --all
    18 echo '# should print nothing'
    18 echo '# should print nothing'
    19 hg st b
    19 hg st b