Mercurial > hg
view tests/test-basic @ 6356:b34b876d1f6f
test-remove: make it pass on Mac OS X 10.5
author | Florent Guillaume <fg@nuxeo.com> |
---|---|
date | Sat, 22 Mar 2008 21:13:22 +0100 |
parents | ad3d5b4367cb |
children |
line wrap: on
line source
#!/bin/sh mkdir t cd t hg init echo a > a hg add a hg commit -m test -d "1000000 0" hg history hg manifest --debug hg cat a hg verify