Skip to content

Commit 2f834f2

Browse files
committed
Stop ignoring Mercurial merge conflits files (#12255).
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.
1 parent 5c8545b commit 2f834f2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.hgignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ libpython*.so*
4646
*.pyo
4747
*.pyd
4848
*.cover
49-
*.orig
50-
*.rej
5149
*~
5250
Lib/lib2to3/*.pickle
5351
Lib/test/data/*

0 commit comments

Comments
 (0)