tests: add test for fileset 'subrepo' keyword

This commit is contained in:
Angel Ezquerra 2012-04-17 07:22:44 +02:00
parent c57d92d67c
commit d9ec5798ba

View File

@ -38,10 +38,10 @@ Issue2232: committing a subrepo without .hgsub
update: (current)
$ hg ci -m1
Revert subrepo:
Revert subrepo and test subrepo fileset keyword:
$ echo b > s/a
$ hg revert s
$ hg revert "set:subrepo('glob:s*')"
reverting subrepo s
reverting s/a
$ rm s/a.orig