tests/test-keyword
branch0.9.2compat
changeset 434 0884558504a3
parent 420 25f2d4cedd4c
child 462 f65280d03582
equal deleted inserted replaced
433:d830cdde0ddb 434:0884558504a3
   213 echo % cat a
   213 echo % cat a
   214 cat a
   214 cat a
   215 
   215 
   216 echo % clone to test incoming
   216 echo % clone to test incoming
   217 cd ..
   217 cd ..
   218 hg clone -r1 Test Test-a
   218 # remove updating status for backwards compatibility
       
   219 hg clone -r1 Test Test-a | grep -v 'working directory'
   219 cd Test-a
   220 cd Test-a
   220 cat <<EOF >> .hg/hgrc
   221 cat <<EOF >> .hg/hgrc
   221 [paths]
   222 [paths]
   222 default = ../Test
   223 default = ../Test
   223 EOF
   224 EOF
   275 rm $HGRCPATH
   276 rm $HGRCPATH
   276 echo % cat
   277 echo % cat
   277 cat a b
   278 cat a b
   278 echo % hg cat
   279 echo % hg cat
   279 hg cat a b
   280 hg cat a b
       
   281 
       
   282 echo % hg serve
       
   283 test -n "$HGPORT" || export HGPORT=20063
       
   284 hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
       
   285 cat hg.pid >> $DAEMON_PIDS
       
   286 echo % hgweb changeset
       
   287 ("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/rev/tip/?style=raw')
       
   288 echo % errors encountered
       
   289 cat errors.log