view tests/test-dirstate-future @ 10593:cbea16fb46c3 stable

Added signature for changeset ff2704a8ded3
author Matt Mackall <mpm@selenic.com>
date Fri, 05 Mar 2010 18:26:13 -0600
parents 1a7bcf58ba56
children
line wrap: on
line source

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