annotate .hgignore @ 1095:60a82693d43c

tests: fix bad (re) match It seems fffe8883960b incorrectly did a match on the second parent (which is null) and that core Mercurial mistakenly matched the whole line with (re). This was recently fixed in 6d5718e39657 in core, so let's update the test with the correct match.
author Sean Farley <sean@farley.io>
date Thu, 30 Nov 2017 14:49:06 -0800
parents 060bc3ba7d30
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
0e55a2ecac87 added an hgignore file for the compiled crap and removed the class i'm not using yet
Scott Chacon <schacon@gmail.com>
parents:
diff changeset
1 syntax: glob
0e55a2ecac87 added an hgignore file for the compiled crap and removed the class i'm not using yet
Scott Chacon <schacon@gmail.com>
parents:
diff changeset
2 *.pyc
18
feab56c76c92 Add a basic test for cloning.
Augie Fackler <durin42@gmail.com>
parents: 1
diff changeset
3 tests/*.err
978
060bc3ba7d30 ignore: add .testtimes to ignored files
Sean Farley <sean@farley.io>
parents: 599
diff changeset
4 tests/.testtimes
253
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 18
diff changeset
5 build
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 18
diff changeset
6 dist
505d7cdca198 package with distutils
Kevin Bullock <kbullock@ringworld.org>
parents: 18
diff changeset
7 *.egg-info
599
e0089655caa6 Fixes #54 | option branch_bookmark_suffix doesn't move bookmarks along
André Felipe Dias <andref.dias@pronus.eng.br>
parents: 253
diff changeset
8 *.orig
e0089655caa6 Fixes #54 | option branch_bookmark_suffix doesn't move bookmarks along
André Felipe Dias <andref.dias@pronus.eng.br>
parents: 253
diff changeset
9