.DIFF 파일 확장자
Patch File
| 개발사 | Matt Mackall |
| 인기도 |
3.5 | 17 투표 |
DIFF 파일이란 무엇인가요?
Patch file created by Mercurial, a control management tool for developers; contains a record of the differences between two versions of the same text or source file; enables updating of older text files to newer version text files; accessed by developers that are making changes to different versions of the same file; also known as .PATCH files.
추가 정보
The "patch" command searches for the line that starts with the string diff -, once it finds that string, it knows that that's the beginning of the patch content.
Mercurial is mostly written in the Python and C languages.