tests/test-bad-pull.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 02 Oct 2016 17:31:32 +0900
changeset 30096 98d3d8108db0
parent 29514 280528245ecf
child 32940 75be14993fda
permissions -rw-r--r--
merge: update doc of manifestmerge() per 18c2184c27dc p1 was renamed to wctx by 18c2184c27dc.

#require serve killdaemons

  $ 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