diff -r 0ed26effe190 -r ecb2935f9bb8 tests/test-keyword --- a/tests/test-keyword Wed Feb 06 18:38:14 2008 +0100 +++ b/tests/test-keyword Fri Feb 08 10:14:47 2008 +0100 @@ -26,8 +26,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 @@ -70,6 +70,16 @@ mv $HGRCPATH.nohook $HGRCPATH rm hooktest +echo % bundle +hg --quiet 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 @@ -91,8 +101,12 @@ echo % compare changenodes in a c cat a c +echo % qinit -c +hg qinit -c echo % qimport hg qimport -r tip -n mqtest.diff +echo % qcommit +hg qcommit -mqtest echo % keywords should not be expanded in patch cat .hg/patches/mqtest.diff echo % qpop