##// END OF EJS Templates
convert: display files data retrieval progress
convert: display files data retrieval progress

File last commit:

r9378:1a7bcf58 default
r11136:ecc8b187 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