tests/test-check-pyflakes.t
author Sushil khanchi <sushilkhanchi97@gmail.com>
Thu, 28 Feb 2019 02:02:18 +0530
changeset 4414 29645d5ba3d9
parent 4333 824fcba2cdb4
permissions -rw-r--r--
evolve: in pubdiv resolution make sure that transaction get closed Before this patch it could be possible that transaction won't get closed if res is False in the pubic divergence resolution when continuing the hg evolve.

#require test-repo pyflakes

Copied from Mercurial core (60ee2593a270)

  $ cd "`dirname "$TESTDIR"`"

run pyflakes on all tracked files ending in .py or without a file ending
(skipping binary file random-seed)

  $ hg locate -I 'set:(**.py or grep("^#!.*python")) - removed()' 2>/dev/null \
  > | xargs pyflakes 2>/dev/null