Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2005-08-26 00:58:15
Size: 159
Editor: waste
Comment:
Revision 5 as of 2008-01-04 16:23:42
Size: 398
Editor: abuehl
Comment: +cat
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
A unified diff is a PatchFile (or Diff) in [http://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html unified format]. A unified diff is a PatchFile (or Diff) in [http://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html unified format].  This is the most popular, and prevalent, form of diff file used today. Traditionally this was created by running {{{diff}}} with the "-u" option; however, Mercurial's diff command generates unified diffs for you.
----
CategoryGlossary

Unified diff

A unified diff is a PatchFile (or Diff) in [http://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html unified format]. This is the most popular, and prevalent, form of diff file used today. Traditionally this was created by running diff with the "-u" option; however, Mercurial's diff command generates unified diffs for you.


CategoryGlossary

UnifiedDiff (last edited 2012-11-08 16:27:39 by abuehl)