tests/test-bad-pull.t
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 16 Jun 2017 10:13:44 -0700
changeset 32901 0a41902879d3
parent 29514 280528245ecf
child 32958 75be14993fda
permissions -rw-r--r--
strip: remove a redundant setting of hookargs bundle2.applybundle() will set both 'source' and 'url'.

#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