[PATCH 7 of 7 STABLE] tests: discard useless "(glob)" in "reverting subrepo" lines

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Wed Jan 21 09:10:54 CST 2015


# HG changeset patch
# User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
# Date 1421853026 -32400
#      Thu Jan 22 00:10:26 2015 +0900
# Branch stable
# Node ID 7ded951d7bd7d4906e3b9247a3b98085a7c87fa0
# Parent  e6797a86b8c3b05aedfc7d0b1fccda0f476cae87
tests: discard useless "(glob)" in "reverting subrepo" lines

diff --git a/tests/test-subrepo-git.t b/tests/test-subrepo-git.t
--- a/tests/test-subrepo-git.t
+++ b/tests/test-subrepo-git.t
@@ -787,7 +787,7 @@ ensure adding include/exclude ignores th
 
 revert the subrepository
   $ hg revert --all
-  reverting subrepo ../gitroot (glob)
+  reverting subrepo ../gitroot
 
   $ hg status --subrepos
   ? s/barfoo
@@ -796,7 +796,7 @@ revert the subrepository
   $ mv s/foobar.orig s/foobar
 
   $ hg revert --no-backup s
-  reverting subrepo ../gitroot (glob)
+  reverting subrepo ../gitroot
 
   $ hg status --subrepos
   ? s/barfoo


More information about the Mercurial-devel mailing list