equal
deleted
inserted
replaced
110 $ echo babar > ../repo/jungle |
110 $ echo babar > ../repo/jungle |
111 $ cat <<EOF > ../repo/.hg/hgrc |
111 $ cat <<EOF > ../repo/.hg/hgrc |
112 > [hooks] |
112 > [hooks] |
113 > outgoing.makecommit = hg ci -Am 'racy commit'; echo committed in pull-race |
113 > outgoing.makecommit = hg ci -Am 'racy commit'; echo committed in pull-race |
114 > EOF |
114 > EOF |
115 $ hg -R ../repo serve -p $HGPORT2 -d --pid-file=../repo.pid |
115 $ hg serve -R ../repo -p $HGPORT2 -d --pid-file=../repo.pid |
116 $ cat ../repo.pid >> $DAEMON_PIDS |
116 $ cat ../repo.pid >> $DAEMON_PIDS |
117 $ hg pull --rev default --update http://localhost:$HGPORT2/ |
117 $ hg pull --rev default --update http://localhost:$HGPORT2/ |
118 pulling from http://localhost:$HGPORT2/ |
118 pulling from http://localhost:$HGPORT2/ |
119 searching for changes |
119 searching for changes |
120 adding changesets |
120 adding changesets |