tests/test-status.t
changeset 47193 47ccab19bf9f
parent 47180 df2bf38ac382
child 47281 6763913fa175
equal deleted inserted replaced
47192:1249eb9cc332 47193:47ccab19bf9f
   709   ! a
   709   ! a
   710   $ hg rm a
   710   $ hg rm a
   711   $ hg rm b
   711   $ hg rm b
   712   $ hg status a
   712   $ hg status a
   713   R a
   713   R a
       
   714   $ hg commit -qm '#1'
       
   715   $ hg status a
       
   716   a: $ENOENT$
   714 
   717 
   715 Check using include flag with pattern when status does not need to traverse
   718 Check using include flag with pattern when status does not need to traverse
   716 the working directory (issue6483)
   719 the working directory (issue6483)
   717 
   720 
   718   $ cd ..
   721   $ cd ..