.hgignore
author Simon Heimberg <simohe@besonet.ch>
Mon, 15 Oct 2012 23:28:45 +0200
branchstable
changeset 1216 192cebcd59a0
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: inform on Windows about unnecessary glob lines When glob lines directly match on windows, "/" (and not "\") was output in the path on the line. No glob matching is necessary in this case. The test output will look like this (when 5 tests have passed and no 4 has an unnecessary glob): ... Info, unnecessary glob: info about some/thing (glob) .. [ original upstream message ]

syntax: glob

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

build/*
MANIFEST