tests/test-keyword.t
changeset 25472 4d2b9b304ad0
parent 24845 8133494accf1
child 26614 ef1eb6df7071
equal deleted inserted replaced
25470:378a8e700e02 25472:4d2b9b304ad0
   978  - no expansion with hgweb annotate/changeset/filediff
   978  - no expansion with hgweb annotate/changeset/filediff
   979  - check errors
   979  - check errors
   980 
   980 
   981   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   981   $ hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   982   $ cat hg.pid >> $DAEMON_PIDS
   982   $ cat hg.pid >> $DAEMON_PIDS
   983   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT 'file/tip/a/?style=raw'
   983   $ get-with-headers.py localhost:$HGPORT 'file/tip/a/?style=raw'
   984   200 Script output follows
   984   200 Script output follows
   985   
   985   
   986   expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
   986   expand $Id: a bb948857c743 Thu, 01 Jan 1970 00:00:02 +0000 user $
   987   do not process $Id:
   987   do not process $Id:
   988   xxx $
   988   xxx $
   989   $Xinfo: User Name <user@example.com>: firstline $
   989   $Xinfo: User Name <user@example.com>: firstline $
   990   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT 'annotate/tip/a/?style=raw'
   990   $ get-with-headers.py localhost:$HGPORT 'annotate/tip/a/?style=raw'
   991   200 Script output follows
   991   200 Script output follows
   992   
   992   
   993   
   993   
   994   user@1: expand $Id$
   994   user@1: expand $Id$
   995   user@1: do not process $Id:
   995   user@1: do not process $Id:
   997   user@2: $Xinfo$
   997   user@2: $Xinfo$
   998   
   998   
   999   
   999   
  1000   
  1000   
  1001   
  1001   
  1002   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT 'rev/tip/?style=raw'
  1002   $ get-with-headers.py localhost:$HGPORT 'rev/tip/?style=raw'
  1003   200 Script output follows
  1003   200 Script output follows
  1004   
  1004   
  1005   
  1005   
  1006   # HG changeset patch
  1006   # HG changeset patch
  1007   # User User Name <user@example.com>
  1007   # User User Name <user@example.com>
  1017   +expand $Id$
  1017   +expand $Id$
  1018   +do not process $Id:
  1018   +do not process $Id:
  1019   +xxx $
  1019   +xxx $
  1020   +$Xinfo$
  1020   +$Xinfo$
  1021   
  1021   
  1022   $ "$TESTDIR/get-with-headers.py" localhost:$HGPORT 'diff/bb948857c743/a?style=raw'
  1022   $ get-with-headers.py localhost:$HGPORT 'diff/bb948857c743/a?style=raw'
  1023   200 Script output follows
  1023   200 Script output follows
  1024   
  1024   
  1025   
  1025   
  1026   diff -r ef63ca68695b -r bb948857c743 a
  1026   diff -r ef63ca68695b -r bb948857c743 a
  1027   --- a/a	Thu Jan 01 00:00:00 1970 +0000
  1027   --- a/a	Thu Jan 01 00:00:00 1970 +0000