.hgignore
author Matt Mackall <mpm@selenic.com>
Tue, 08 May 2012 15:46:51 -0500
branchstable
changeset 1068 459c0537273b
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: set a standard terminal type This makes test-ui-color.py happy when run in a dumb terminal. Spotted by Jesse Glick <jesse.glick@oracle.com> [ original upstream message ]

syntax: glob

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

build/*
MANIFEST