##// END OF EJS Templates
tests: unify test-changelog-exec
tests: unify test-changelog-exec

File last commit:

r11866:c4e2eb48 default
r11875:88f5b5c0 default
Show More
test-dirstate-future.t
18 lines | 273 B | text/troff | Tads3Lexer
/ tests / test-dirstate-future.t
Adrian Buehlmann
tests: unify test-dirstate-future
r11866 Prepare test repo:
$ hg init
$ echo a > a
$ hg add
adding a
$ hg ci -m1
Set mtime of a into the future:
$ touch -t 202101011200 a
Status must not set a's entry to unset (issue1790):
$ hg status
$ hg debugstate
n 644 2 2021-01-01 12:00:00 a