X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fgit-update-changelog.py;h=09f0d16b7afebad8214b9463cef4076fdc5f1301;hb=b2b17336b4cafb69057d8f1d0b7a72db21fefb25;hp=d67453ac0352b138822d53bd3bfe30010ba189b4;hpb=192dd7aa0343d273784c980813883bab656871da;p=lilypond.git diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index d67453ac03..09f0d16b7a 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -54,10 +54,9 @@ class Commit: if removals == []: return True - if not os.path.exists (filename): return False - + contents = open (filename).read () for r in removals: if r not in contents: @@ -177,16 +176,13 @@ Apply GIT patches and update change log. Run this file from the CVS directory, with commits from the repository in --git-dir. - - - """) p.add_option ("--start", action='store', default='', metavar="FIRST", dest="start", - help="all commits starting with FIRST.") + help="all commits starting with FIRST (exclusive).") p.add_option ("--git-dir", action='store',