tests/test-bad-pull.t
author Yuya Nishihara <yuya@tcha.org>
Sat, 25 Feb 2017 18:41:00 +0900
changeset 31197 6b8e1a08ef1d
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
patchbomb: add config knob to generate flags by template (issue5354) This can be used to flag patches by branch or topic automatically. Flags optionally given by --flag option are exported as {flags} template keyword, so you can add --flag V2.

#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