tests/test-bad-pull.t
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 04 May 2017 00:23:09 +0530
changeset 32308 e8569cc131d1
parent 29514 280528245ecf
child 32940 75be14993fda
permissions -rw-r--r--
py3: explicitly convert a list to bytes to pass in ui.debug Here pats is a list obviously. Since we can't pass unicodes to ui.debug, we have to pass this as bytes.

#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