diff tests/test-revert @ 4233:03a665f9f913

util._matcher: use "." as the root of empty {rel,}path patterns Should fix issue332. Really.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 16 Mar 2007 22:48:20 -0300
parents 9dcf9d45cab8
children da6b14877195
line wrap: on
line diff
--- a/tests/test-revert	Sat Mar 10 23:01:02 2007 -0300
+++ b/tests/test-revert	Fri Mar 16 22:48:20 2007 -0300
@@ -89,4 +89,6 @@
 hg ci -A -m b -d '1000001 0'
 echo foobar > b/b
 hg revert b
+echo foobar > b/b
+hg revert .
 true