tests/test-status.t
changeset 48493 473af5cbc209
parent 48397 c12ed33558cb
child 48494 04d756b7c0b5
equal deleted inserted replaced
48492:9b0e1f64656f 48493:473af5cbc209
     6   > exp-rc-dirstate-v2=1
     6   > exp-rc-dirstate-v2=1
     7   > [storage]
     7   > [storage]
     8   > dirstate-v2.slow-path=allow
     8   > dirstate-v2.slow-path=allow
     9   > EOF
     9   > EOF
    10 #endif
    10 #endif
    11 
       
    12 TODO: fix rhg bugs that make this test fail when status is enabled
       
    13   $ unset RHG_STATUS
       
    14 
       
    15 
    11 
    16   $ hg init repo1
    12   $ hg init repo1
    17   $ cd repo1
    13   $ cd repo1
    18   $ mkdir a b a/1 b/1 b/2
    14   $ mkdir a b a/1 b/1 b/2
    19   $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
    15   $ touch in_root a/in_a b/in_b a/1/in_a_1 b/1/in_b_1 b/2/in_b_2
   221   R removed
   217   R removed
   222   ! deleted
   218   ! deleted
   223   ? unknown
   219   ? unknown
   224 
   220 
   225 hg status -n:
   221 hg status -n:
   226   $ env RHG_STATUS=1 RHG_ON_UNSUPPORTED=abort hg status -n
   222   $ env RHG_ON_UNSUPPORTED=abort hg status -n
   227   added
   223   added
   228   removed
   224   removed
   229   deleted
   225   deleted
   230   unknown
   226   unknown
   231 
   227