.hgignore
author Simon Heimberg <simohe@besonet.ch>
Wed, 05 Jun 2013 22:05:29 +0200
branchstable
changeset 1267 663143c0a5e2
parent 450 86c17b3e9100
permissions -rw-r--r--
run-tests: when interrupted report time in failure message When --time is specified, the interruption message of an interrupted test is extended with the time the test has run INTERRUPTED: /path/to/tests/test-example.t (after 513 seconds) [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST