comparison 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
comparison
equal deleted inserted replaced
4199:ec932167c3a7 4233:03a665f9f913
87 87
88 echo %% issue332 88 echo %% issue332
89 hg ci -A -m b -d '1000001 0' 89 hg ci -A -m b -d '1000001 0'
90 echo foobar > b/b 90 echo foobar > b/b
91 hg revert b 91 hg revert b
92 echo foobar > b/b
93 hg revert .
92 true 94 true