Mercurial > hg
view tests/test-empty @ 8033:aeb4a5c7a28e
commands: consistently write switches as -a/--abc
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 08 Apr 2009 21:20:31 +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