tests/test-subrepo-deep-nested-change.t
branchstable
changeset 25865 a48a7c2d1fea
parent 25863 1b449b012073
child 26421 4b0fc75f9403
equal deleted inserted replaced
25864:84074e4fc80f 25865:a48a7c2d1fea
   141   $ hg status -S
   141   $ hg status -S
   142   $ hg remove sub1/sub2/folder/test.txt
   142   $ hg remove sub1/sub2/folder/test.txt
   143   $ hg remove sub1/.hgsubstate
   143   $ hg remove sub1/.hgsubstate
   144   $ mv sub1/.hgsub sub1/x.hgsub
   144   $ mv sub1/.hgsub sub1/x.hgsub
   145   $ hg status -S
   145   $ hg status -S
   146   warning: subrepo spec file 'sub1/.hgsub' not found (glob)
   146   warning: subrepo spec file 'sub1/.hgsub' not found
   147   R sub1/.hgsubstate
   147   R sub1/.hgsubstate
   148   R sub1/sub2/folder/test.txt
   148   R sub1/sub2/folder/test.txt
   149   ! sub1/.hgsub
   149   ! sub1/.hgsub
   150   ? sub1/x.hgsub
   150   ? sub1/x.hgsub
   151   $ mv sub1/x.hgsub sub1/.hgsub
   151   $ mv sub1/x.hgsub sub1/.hgsub