Mercurial > hg
diff tests/test-command-template @ 6320:9a9b02bcbcf4
tests: update test-command-template for the new {isodatesec} filter
author | Giorgos Keramidas <keramida@ceid.upatras.gr> |
---|---|
date | Mon, 17 Mar 2008 19:28:46 +0200 |
parents | 434139080ed4 |
children | 1fe6f365df2e |
line wrap: on
line diff
--- a/tests/test-command-template Mon Mar 17 19:17:54 2008 +0200 +++ b/tests/test-command-template Mon Mar 17 19:28:46 2008 +0200 @@ -103,6 +103,7 @@ hg log --template '{date|age}\n' > /dev/null || exit 1 hg log --template '{date|date}\n' hg log --template '{date|isodate}\n' +hg log --template '{date|isodatesec}\n' hg log --template '{date|rfc822date}\n' hg log --template '{desc|firstline}\n' hg log --template '{node|short}\n'