Mercurial > hg-stable
view tests/test-dirstate-future @ 11050:5d35f7d93514
commands: refactor diff --stat and qdiff --stat
`opts['unified'] = '0'` can be replaced by `diffopts.context = 0`.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 07 Apr 2010 00:45:20 +0900 |
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