.hgignore
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 30 Sep 2005 11:08:13 -0700
changeset 1367 a7678cbd7c28
parent 1270 fc3b41570082
child 1817 e02fea13c69d
permissions -rw-r--r--
bisect extension for mercurial it works almost the same as git-bisect: hg bisect init # start bisecting hg bisect bad # mark current revision as broken hg bisect good [<rev>] # mark <rev> as working ... the bisect code finds a new revision to try ... see if it works hg bisect good # if it worked hg bisect bad # it doesn't work continue until there is only one revision left

syntax: glob

*.elc
*.orig
*.rej
*~
*.so
*.pyc
*.swp
*.prof
tests/*.err
build
dist
doc/*.[0-9]
doc/*.[0-9].{x,ht}ml
MANIFEST
patches
mercurial/__version__.py

syntax: regexp
^\.pc/