tests/test-obsolete.t
changeset 18426 01638b51df44
parent 18423 5d6ee2494f63
child 18428 8c10f760ca34
equal deleted inserted replaced
18425:6da1e979340a 18426:01638b51df44
   677   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   677   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   678 
   678 
   679   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   679   $ hg serve -n test -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log
   680   $ cat hg.pid >> $DAEMON_PIDS
   680   $ cat hg.pid >> $DAEMON_PIDS
   681 
   681 
   682 #check changelog view
   682 check changelog view
   683 #
   683 
   684 #  $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'shortlog/'
   684   $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'shortlog/'
   685 #  200 Script output follows
   685   200 Script output follows
   686 
   686 
   687 #check graph view
   687 #check graph view
   688 #
   688 #
   689 #  $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'graph'
   689 #  $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'graph'
   690 #  200 Script output follows
   690 #  200 Script output follows
   691 
       
   692 check filelog view
   691 check filelog view
   693 
   692 
   694   $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'log/'`hg id --debug --id`/'babar'
   693   $ "$TESTDIR/get-with-headers.py" --headeronly localhost:$HGPORT 'log/'`hg id --debug --id`/'babar'
   695   200 Script output follows
   694   200 Script output follows
   696 
   695