Show More
@@ -7,6 +7,10 b' echo foo > foo' | |||||
7 | hg add foo |
|
7 | hg add foo | |
8 | HGEDITOR=true hg commit -m "" |
|
8 | HGEDITOR=true hg commit -m "" | |
9 | hg commit -d '0 0' -m commit-1 |
|
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 | echo foo >> foo |
|
14 | echo foo >> foo | |
11 | hg commit -d '1 4444444' -m commit-3 |
|
15 | hg commit -d '1 4444444' -m commit-3 | |
12 | hg commit -d '1 15.1' -m commit-4 |
|
16 | hg commit -d '1 15.1' -m commit-4 |
General Comments 0
You need to be logged in to leave comments.
Login now