view tests/test-dirstate-future.t @ 11866:c4e2eb4871d7

tests: unify test-dirstate-future
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 12 Aug 2010 20:25:37 +0200
parents tests/test-dirstate-future@1a7bcf58ba56
children
line wrap: on
line source

Prepare test repo:

  $ hg init
  $ echo a > a
  $ hg add
  adding a
  $ 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
  n 644          2 2021-01-01 12:00:00 a