tests/test-subrepo-git.t
changeset 24182 00ef3edcf1d5
parent 24174 bd9f64ec891d
child 24183 932de135041f
equal deleted inserted replaced
24181:5245caa0dcde 24182:00ef3edcf1d5
   920   $ cat > .hgignore << EOF
   920   $ cat > .hgignore << EOF
   921   > syntax: glob
   921   > syntax: glob
   922   > *.python
   922   > *.python
   923   > EOF
   923   > EOF
   924   $ hg add .hgignore
   924   $ hg add .hgignore
   925   $ hg add --subrepos "glob:**.python"
   925   $ hg add --subrepos "glob:**.python" s/barfoo
   926   adding s/snake.python (glob)
   926   adding s/snake.python (glob)
   927   $ hg st --subrepos s
   927   $ hg st --subrepos s
       
   928   A s/barfoo
   928   A s/snake.python
   929   A s/snake.python
   929   ? s/barfoo
       
   930   ? s/c.c
   930   ? s/c.c
   931   ? s/cpp.cpp
   931   ? s/cpp.cpp
   932   ? s/foobar.orig
   932   ? s/foobar.orig
   933   $ hg revert --all -q
   933   $ hg revert --all -q
   934 
   934