From 79a5ee985199c7b12392ef168a042309b6fa4e29 Mon Sep 17 00:00:00 2001
From: Owen Jacobson
The diagram above shows a very simple source tree with one directory, dir-a,
containing one file with two lines in it. On one branch, the file is modified
to have a third line; on another branch, the directory is renamed to dir-b.
@@ -73,7 +73,7 @@ changes: the file has three lines, and the directory has a new name.
There are two merge scenarios in this diagram, with almost the same outcome. On the left, a working copy of the branch where the file's content changed is checked out, then the changes from the branch where the structure changed are @@ -105,7 +105,7 @@ which is not as good as automatically merging it but far better than silently ignoring changes.
Interestingly, there are tools which get this merge scenario right: the diagram above shows how Mercurial handles the same two tests. Since its changeset language does include an “object -- cgit v1.2.3