diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-12 12:10:02 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-12 12:10:02 +0100 |
commit | a0d19667eaa92bd95f2bebfcb50a68d0921282eb (patch) | |
tree | 6cc75fcec5895fb5350e9afd5fe0e4a848330341 | |
parent | 09fe072a7e95552aa78fe9fa9c9aa036d56c4a6f (diff) | |
download | external_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.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 =========== |