tests/test-treediscovery.t
changeset 17466 d5a3bda6e170
parent 16107 a3dcc59054ca
child 17539 bc7377160fa7
equal deleted inserted replaced
17465:2d4a096e213c 17466:d5a3bda6e170
    21   >   echo 'allow_push = *' >> $1/.hg/hgrc
    21   >   echo 'allow_push = *' >> $1/.hg/hgrc
    22   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    22   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    23   >   cat hg.pid >> $DAEMON_PIDS
    23   >   cat hg.pid >> $DAEMON_PIDS
    24   > }
    24   > }
    25   $ tstop() {
    25   $ tstop() {
    26   >   "$TESTDIR/killdaemons.py"
    26   >   "$TESTDIR/killdaemons.py" $DAEMON_PIDS
    27   > }
    27   > }
    28 
    28 
    29 Both are empty:
    29 Both are empty:
    30 
    30 
    31   $ hg init empty1
    31   $ hg init empty1