commit | 9b82f990cb57035daa6de4c0df9911ba8461a963 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 13 17:37:01 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Apr 13 17:37:01 2010 +0000 |
tree | c197a569ba62ec5d5400a7e2dfbfbdc0770446cf | |
parent | f1407189af868f4c05cbc7263411176344b70ad9 [diff] |
Merged revisions 80060 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80060 | antoine.pitrou | 2010-04-13 19:36:07 +0200 (mar., 13 avril 2010) | 5 lines Fix overzealous patterns in .hgignore, which used to hide files containing e.g. "python". (also an occasional source of bugs on the hgsvn-generated hg mirrors) ........