Mercurial > hg
changeset 9462:1f54b1b7122f
test-keyword: run kwdemo before setting up [keyword] files
kwdemo would pass the test without uisetup otherwise.
Also no need to specify --default option.
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Thu, 10 Sep 2009 23:15:37 +0200 |
parents | cec9fb4e07a1 |
children | c655432c2c24 1e1809d7c35a |
files | tests/test-keyword tests/test-keyword.out |
diffstat | 2 files changed, 14 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-keyword Sun Sep 13 03:04:40 2009 +0300 +++ b/tests/test-keyword Thu Sep 10 23:15:37 2009 +0200 @@ -5,6 +5,20 @@ hgext.keyword = hgext.mq = hgext.notify = +EOF + +# demo before [keyword] files are set up +# would succeed without uisetup otherwise +echo % hg kwdemo +hg --quiet kwdemo \ +| sed -e 's![^ ][^ ]*demo.txt,v!/TMP/demo.txt,v!' \ + -e 's/,v [a-z0-9][a-z0-9]* /,v xxxxxxxxxxxx /' \ + -e '/[$]Revision/ s/: [a-z0-9][a-z0-9]* /: xxxxxxxxxxxx /' \ + -e 's! 20[0-9][0-9]/[01][0-9]/[0-3][0-9] [0-2][0-9]:[0-6][0-9]:[0-6][0-9]! 2000/00/00 00:00:00!' + +hg --quiet kwdemo "Branch = {branches}" + +cat <<EOF >> $HGRCPATH [keyword] * = b = ignore @@ -13,15 +27,6 @@ commit.test=cp a hooktest EOF -echo % hg kwdemo -hg --quiet kwdemo --default \ -| sed -e 's![^ ][^ ]*demo.txt,v!/TMP/demo.txt,v!' \ - -e 's/,v [a-z0-9][a-z0-9]* /,v xxxxxxxxxxxx /' \ - -e '/[$]Revision/ s/: [a-z0-9][a-z0-9]* /: xxxxxxxxxxxx /' \ - -e 's! 20[0-9][0-9]/[01][0-9]/[0-3][0-9] [0-2][0-9]:[0-6][0-9]:[0-6][0-9]! 2000/00/00 00:00:00!' - -hg --quiet kwdemo "Branch = {branches}" - hg init Test-bndl cd Test-bndl
--- a/tests/test-keyword.out Sun Sep 13 03:04:40 2009 +0300 +++ b/tests/test-keyword.out Thu Sep 10 23:15:37 2009 +0200 @@ -2,8 +2,6 @@ [extensions] hgext.keyword = [keyword] -* = -b = ignore demo.txt = [keywordmaps] RCSFile = {file|basename},v @@ -23,8 +21,6 @@ [extensions] hgext.keyword = [keyword] -* = -b = ignore demo.txt = [keywordmaps] Branch = {branches}