tests/test-subrepo-git.t
changeset 24943 3e39f67ef663
parent 24924 41cd8171e58f
child 24953 5115d03440f4
equal deleted inserted replaced
24942:8174d27576a3 24943:3e39f67ef663
  1103   ? .hgignore
  1103   ? .hgignore
  1104   ? s/barfoo
  1104   ? s/barfoo
  1105   ? s/c.c
  1105   ? s/c.c
  1106   ? s/cpp.cpp
  1106   ? s/cpp.cpp
  1107   ? s/foobar.orig
  1107   ? s/foobar.orig
  1108 
  1108   $ hg revert --all -q
  1109   $ cd ..
  1109 
       
  1110 make sure we show changed files, rather than changed subtrees
       
  1111   $ mkdir s/foo
       
  1112   $ touch s/foo/bwuh
       
  1113   $ hg add s/foo/bwuh
       
  1114   $ hg commit -S -m "add bwuh"
       
  1115   committing subrepository s
       
  1116   $ hg status -S --change .
       
  1117   M .hgsubstate
       
  1118   A s/foo/bwuh
       
  1119   ? s/barfoo
       
  1120   ? s/c.c
       
  1121   ? s/cpp.cpp
       
  1122   ? s/foobar.orig
       
  1123   ? s/snake.python.orig
       
  1124 
       
  1125   $ cd ..