Mercurial > hg
view tests/test-diffdir @ 4188:ce3ecf99a18b
util._matcher: fix handling of relglob: patterns
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sat, 10 Mar 2007 23:00:48 -0300 |
parents | 4574a8cb080f |
children | f80cf8b7bbd9 |
line wrap: on
line source
#!/bin/sh hg init hg branch dummy # needed so -r "" doesn't point to the unnamed/default branch touch a hg add a hg ci -m "a" -d "1000000 0" echo 123 > b hg add b hg diff --nodates hg diff --nodates -r tip echo foo > a hg diff --nodates hg diff -r "" hg diff -r tip -r "" true