##// END OF EJS Templates
templates: do not add "ago" twice...
templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.

File last commit:

r9378:1a7bcf58 default
r10277:17c6d5ea stable
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