diff -r af4c062c4b41 -r 482c91f8c230 tests/test-keyword --- a/tests/test-keyword Wed Feb 06 23:32:21 2008 +0100 +++ b/tests/test-keyword Thu Feb 07 01:49:17 2008 +0100 @@ -24,8 +24,8 @@ hg --quiet kwdemo "Branch = {branches}" -hg init Test -cd Test +hg init Test-bndl +cd Test-bndl echo % kwshrink should exit silently in empty/invalid repo hg kwshrink @@ -69,6 +69,16 @@ mv $HGRCPATH.nohook $HGRCPATH rm hooktest +echo % bundle +hg bundle --base null ../kw.hg + +cd .. +hg init Test +cd Test + +echo % pull from bundle +hg pull -u ../kw.hg + echo % touch touch a b echo % status