Mercurial > hg
view tests/test-empty @ 10923:1782278bab8a stable
run-tests.py: can't remove from os.environ on solaris
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 15 Apr 2010 20:25:07 +0200 |
parents | 7e5f3480c45b |
children |
line wrap: on
line source
#!/bin/sh hg init a cd a hg log hg grep wah hg manifest hg verify ls .hg ls .hg/store cd .. hg clone a b cd b hg verify ls .hg ls .hg/store