tests/test-treediscovery-legacy.t
changeset 25474 8c14f87bd0ae
parent 25472 4d2b9b304ad0
child 34661 eb586ed5d8ce
equal deleted inserted replaced
25473:123c99034cb6 25474:8c14f87bd0ae
    31   >   cp $HGRCPATH-nocap $HGRCPATH
    31   >   cp $HGRCPATH-nocap $HGRCPATH
    32   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    32   >   hg serve -R $1 -p $HGPORT -d --pid-file=hg.pid -E errors.log
    33   >   cat hg.pid >> $DAEMON_PIDS
    33   >   cat hg.pid >> $DAEMON_PIDS
    34   > }
    34   > }
    35   $ tstop() {
    35   $ tstop() {
    36   >   killdaemons.py $DAEMON_PIDS
    36   >   killdaemons.py
    37   >   cp $HGRCPATH-withcap $HGRCPATH
    37   >   cp $HGRCPATH-withcap $HGRCPATH
    38   > }
    38   > }
    39 
    39 
    40 Both are empty:
    40 Both are empty:
    41 
    41