##// END OF EJS Templates
test-commit: test unset date is not read as epoch origin
Patrick Mezard -
r6719:42dbf954 default
parent child Browse files
Show More
@@ -7,6 +7,10 b' echo foo > foo'
7 7 hg add foo
8 8 HGEDITOR=true hg commit -m ""
9 9 hg commit -d '0 0' -m commit-1
10 # An empty date was interpreted as epoch origin
11 echo foo >> foo
12 hg commit -d '' -m commit-no-date
13 hg tip --template '{date|isodate}\n' | grep '1970'
10 14 echo foo >> foo
11 15 hg commit -d '1 4444444' -m commit-3
12 16 hg commit -d '1 15.1' -m commit-4
General Comments 0
You need to be logged in to leave comments. Login now