##// END OF EJS Templates
hgweb/sshserver: extract capabilities for easier modification
hgweb/sshserver: extract capabilities for easier modification

File last commit:

r9378:1a7bcf58 default
r9713:d193cc97 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