diff -r 02990e22150b -r 97ffc68f71d3 tests/test-paths.t --- a/tests/test-paths.t Wed Sep 22 16:06:00 2010 -0500 +++ b/tests/test-paths.t Wed Sep 22 16:06:02 2010 -0500 @@ -6,11 +6,11 @@ $ echo '[paths]' >> .hg/hgrc $ echo 'dupe = ../b' >> .hg/hgrc $ hg in dupe - comparing with .*/test-paths\.t/b (re) + comparing with */test-paths.t/b (glob) no changes found [1] $ cd .. $ hg -R a in dupe - comparing with .*/test-paths\.t/b (re) + comparing with */test-paths.t/b (glob) no changes found [1]