]> granicus.if.org Git - python/commitdiff
Stop ignoring Mercurial merge conflits files (#12255).
authorÉric Araujo <merwok@netwok.org>
Thu, 28 Jul 2011 20:45:46 +0000 (22:45 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 28 Jul 2011 20:45:46 +0000 (22:45 +0200)
R. David Murray and I think that it’s more useful to have these files
show up in the output of “hg status”, to let the user know that some
merged file have to be checked before commit.  If you want to ignore
these files in your clones, it’s possible to do so from another ignore
file; see the bug report for directions.

I’m leaving the .gitignore file alone, as I don’t know how git users
work with merges and conflicts.

.hgignore

index f109296b19a95838a969756316e44cf68599d775..b11e43c3d49471c3eae67f43e9c62b2e89b29a4d 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -46,8 +46,6 @@ libpython*.so*
 *.pyo
 *.pyd
 *.cover
-*.orig
-*.rej
 *~
 Lib/lib2to3/*.pickle
 Lib/test/data/*