Differences between revisions 2 and 5 (spanning 3 versions)
Revision 2 as of 2005-08-26 01:22:36
Size: 221
Editor: waste
Comment:
Revision 5 as of 2008-01-13 16:29:31
Size: 687
Editor: abuehl
Comment: lowercase links, minor rewording
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A ["Patch"] file is a file in the format generated by the ["Diff"] program. Patch files are usually shipped around in UnifiedDiff format, as generated with the "-u" option to the {{{diff}}} command. A '''[:Patch:patch] file''' is a single file annotating the changes between two versions of one or more text files. By "applying" a patch, you can update a set of text files from an older version to a newer version. Developers often use patch files to make their changes available to other developers.

These files are also called ''"diffs"'', or ''a'' [:Diff:diff], as they were traditionally generated by the diff program. While there are many different formats for patch files, the most common is the [:UnifiedDiff:unified diff] format.

Mercurial can generate patch files in the unified diff format with the ''hg diff'' command.

----
CategoryGlossary

Patch file

A [:Patch:patch] file is a single file annotating the changes between two versions of one or more text files. By "applying" a patch, you can update a set of text files from an older version to a newer version. Developers often use patch files to make their changes available to other developers.

These files are also called "diffs", or a [:Diff:diff], as they were traditionally generated by the diff program. While there are many different formats for patch files, the most common is the [:UnifiedDiff:unified diff] format.

Mercurial can generate patch files in the unified diff format with the hg diff command.


CategoryGlossary

PatchFile (last edited 2012-05-13 10:04:02 by 62)