tests/test-bad-pull.t
author Stanislau Hlebik <stash@fb.com>
Wed, 14 Dec 2016 09:53:56 -0800
changeset 30589 182cacaa4c32
parent 29514 280528245ecf
child 32940 75be14993fda
permissions -rw-r--r--
cg1packer: fix `compressed` method `cg1packer.compressed()` returns True even if `self._type` is 'UN'. This patch fixes it.

#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