aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-12 12:10:02 +0100
committerJason R. Coombs <jaraco@jaraco.com>2013-05-12 12:10:02 +0100
commita0d19667eaa92bd95f2bebfcb50a68d0921282eb (patch)
tree6cc75fcec5895fb5350e9afd5fe0e4a848330341
parent09fe072a7e95552aa78fe9fa9c9aa036d56c4a6f (diff)
downloadexternal_python_setuptools-a0d19667eaa92bd95f2bebfcb50a68d0921282eb.tar.gz
external_python_setuptools-a0d19667eaa92bd95f2bebfcb50a68d0921282eb.tar.bz2
external_python_setuptools-a0d19667eaa92bd95f2bebfcb50a68d0921282eb.zip
Updated merge notes again to reference relevant changesets and final process
--HG-- branch : Setuptools-Distribute merge
-rw-r--r--MERGE.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/MERGE.txt b/MERGE.txt
index cf5ecd57..f836f354 100644
--- a/MERGE.txt
+++ b/MERGE.txt
@@ -51,14 +51,15 @@ merge operation that the fundamental differences between Distribute and
Setuptools are reconciled, but since only a single file or small set of files
are used, the scope is limited.
-Finally, once all files have been reconciled and merged, the tip of the
-merge branch represents the merged code.
+Finally, once all the challenging files have been reconciled and merged, the
+remaining changes from the setuptools-0.6 branch are merged, deferring to the
+reconciled changes (a1fa855a5a62 and 160ccaa46be0).
Originally, jaraco attempted all of this using anonymous heads in the
Distribute branch, but later realized this technique made for a somewhat
unclear merge process, so the changes were re-committed as described above
for clarity. In this way, the "distribute" and "setuptools" branches can
-continue to track the official "distribute" changesets.
+continue to track the official Distribute changesets.
Concessions
===========