tests/test-status.t
changeset 31766 bdcaf612e75a
parent 31589 7e3b145f8247
child 32872 9fcb6df413c9
equal deleted inserted replaced
31765:264baeef3588 31766:bdcaf612e75a
   119   ? ../b/1/in_b_1
   119   ? ../b/1/in_b_1
   120   ? ../b/2/in_b_2
   120   ? ../b/2/in_b_2
   121   ? ../b/in_b
   121   ? ../b/in_b
   122   ? ../in_root
   122   ? ../in_root
   123   $ HGPLAIN=1 hg status --cwd a
   123   $ HGPLAIN=1 hg status --cwd a
   124   ? a/1/in_a_1
   124   ? a/1/in_a_1 (glob)
   125   ? a/in_a
   125   ? a/in_a (glob)
   126   ? b/1/in_b_1
   126   ? b/1/in_b_1 (glob)
   127   ? b/2/in_b_2
   127   ? b/2/in_b_2 (glob)
   128   ? b/in_b
   128   ? b/in_b (glob)
   129   ? in_root
   129   ? in_root
   130 
   130 
   131   $ cd ..
   131   $ cd ..
   132 
   132 
   133   $ hg init repo2
   133   $ hg init repo2