]> 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>
Sun, 1 Dec 2013 11:39:35 +0000 (12:39 +0100)
commit15b9d5a33fe02826075a651e96ae21d2ae66a680
tree22412868b225498c74deeabdf7b7688a291f5710
parentca313ffb0f6a3fe1dd5bcacfcabe2edd7a50697e
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