tests/test-bad-pull.t
author Boris Feld <boris.feld@octobus.net>
Wed, 15 Aug 2018 12:09:14 +0200
changeset 39152 3b1042cab4b4
parent 37845 b4b7427b5786
child 39707 5abc47d4ca6b
permissions -rw-r--r--
revlog: add a method to retrieve snapshot depth Some snapshot property (eg: maximum size) will depend on their depth.

#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