Skip to content

Commit

Permalink
Stop ignoring Mercurial merge conflits files (python#12255).
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
merwok committed Jul 28, 2011
1 parent 5c8545b commit 2f834f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ libpython*.so*
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
Expand Down

0 comments on commit 2f834f2

Please sign in to comment.