Mercurial > hg
view tests/test-empty @ 11508:fbab0875fd09 stable
log: fix missing diff output for hg log -p in sub directory
prep(ctx, fns) receives paths relative to repository root, not cwd.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 02 Jul 2010 23:49:06 +0900 |
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