tests/test-parse-date.t
changeset 18614 b2586e2cc67a
parent 18537 ae60735e37d2
child 19627 5df7118bdcd9
--- 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