tests/test-bad-pull.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 28 Feb 2020 00:29:18 +0100
changeset 44516 64e2f603de9d
parent 39707 5abc47d4ca6b
child 45839 ebee234d952a
permissions -rw-r--r--
nodemap: make sure hooks have access to an up-to-date version We make sure hooks can read persistent nodemap data and that they access something up-to-date with the pending transaction. Differential Revision: https://phab.mercurial-scm.org/D8187

#require serve

  $ hg clone http://localhost:$HGPORT/ copy
  abort: * (glob)
  [255]

  $ test -d copy
  [1]

  $ "$PYTHON" "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
  $ cat dumb.pid >> $DAEMON_PIDS
  $ hg clone http://localhost:$HGPORT/foo copy2
  abort: HTTP Error 404: * (glob)
  [255]
  $ killdaemons.py