diff .hgignore @ 8147:441dc7becd43

win32text: be more careful about rejecting violating changesets We now try to walk changesets in reverse order from newest to oldest, so that if we see a file multiple times, we treat the newest version as canonical. This should prevent us from rejecting a changegroup that contains an unacceptable commit followed later by a commit that fixes the problem.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri, 24 Apr 2009 00:06:01 -0700
parents 0ae7f0b312ea
children 2bb6dbf04757
line wrap: on
line diff
--- a/.hgignore	Thu Apr 23 15:40:10 2009 -0500
+++ b/.hgignore	Fri Apr 24 00:06:01 2009 -0700
@@ -11,6 +11,8 @@
 *.pyc
 *.swp
 *.prof
+\#*\#
+.\#*
 tests/.coverage*
 tests/annotated
 tests/*.err