]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3675: Make convert-ly -d only ever update on changed files
authorDavid Kastrup <dak@gnu.org>
Sun, 24 Nov 2013 23:59:55 +0000 (00:59 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 26 Dec 2013 21:03:10 +0000 (22:03 +0100)
commitc2c44ef555bb2eb890ff1647065968699a857722
tree6154332cd04615ca9f3e150ad9a212796a2dd625
parent1185ee93833c488588fa3ef98262c466ef506202
Issue 3675: Make convert-ly -d only ever update on changed files

Previously, it updated unconditionally whenever a new stable version
came out, leading to merge conflicts.  When the final applied
conversion is to an unstable version and the following stable version
is not beyond the conversion target, the following stable version is
used.

Note that this rule does not make a factual difference for continuous
updates of a code base (the normal use case for
scripts/auxiliar/update-with-convert-ly.sh), but it makes a difference
for the conversion/import of code that may have fallen behind a lot
(like with the LSR import, or when converting archived files).
Documentation/usage/updating.itely
scripts/convert-ly.py