##// END OF EJS Templates
cmdutil: extract repo dependent closures in templatekw
cmdutil: extract repo dependent closures in templatekw

File last commit:

r9378:1a7bcf58 default
r10055:e400a511 default
Show More
test-dirstate-future
13 lines | 183 B | text/plain | TextLexer
/ tests / test-dirstate-future
#!/bin/sh
hg init
echo a > a
hg add
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