diff -r 1a2f4c633410 -r b2586e2cc67a tests/test-parse-date.t --- a/tests/test-parse-date.t Sat Feb 09 15:38:57 2013 -0600 +++ b/tests/test-parse-date.t Sat Feb 09 15:39:22 2013 -0600 @@ -251,3 +251,8 @@ $ hg ci -d "`sed -n '2p' dates`" -m "the time traveler's code" $ hg log -d yesterday --template '{desc}\n' the time traveler's code + $ echo "foo" >> a + $ hg commit -d now -m 'Explicitly committed now.' + $ hg log -d today --template '{desc}\n' + Explicitly committed now. + today is a good day to code