Mercurial > hg
view tests/test-empty @ 10407:2e8926e9cc32
mq: incorporate mq repo config when using --mq
For example, incoming should use the paths defined in .hg/patches/hgrc
instead of .hg/hgrc.
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Wed, 10 Feb 2010 10:58:11 -0800 |
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