##// END OF EJS Templates
tests: discard useless "(glob)" in "reverting subrepo" lines
FUJIWARA Katsunori -
r23937:fd5b9417 stable
parent child Browse files
Show More
@@ -787,7 +787,7 b' ensure adding include/exclude ignores th'
787
787
788 revert the subrepository
788 revert the subrepository
789 $ hg revert --all
789 $ hg revert --all
790 reverting subrepo ../gitroot (glob)
790 reverting subrepo ../gitroot
791
791
792 $ hg status --subrepos
792 $ hg status --subrepos
793 ? s/barfoo
793 ? s/barfoo
@@ -796,7 +796,7 b' revert the subrepository'
796 $ mv s/foobar.orig s/foobar
796 $ mv s/foobar.orig s/foobar
797
797
798 $ hg revert --no-backup s
798 $ hg revert --no-backup s
799 reverting subrepo ../gitroot (glob)
799 reverting subrepo ../gitroot
800
800
801 $ hg status --subrepos
801 $ hg status --subrepos
802 ? s/barfoo
802 ? s/barfoo
General Comments 0
You need to be logged in to leave comments. Login now