Mercurial > hg-stable
view tests/test-empty @ 10979:4760b17aee19
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sun, 25 Apr 2010 16:46:44 +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