tests/test-dirstate-future
author Mads Kiilerich <mads@kiilerich.com>
Sat, 01 May 2010 19:24:49 +0200
branchstable
changeset 11071 2376b4cc52d8
parent 9378 1a7bcf58ba56
permissions -rwxr-xr-x
test-mq-merge: quote ^ ^ is magic on Solaris and must be quoted

#!/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