]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/git-update-changelog.py
Doc-de: updates from master
[lilypond.git] / buildscripts / git-update-changelog.py
index d67453ac0352b138822d53bd3bfe30010ba189b4..09f0d16b7afebad8214b9463cef4076fdc5f1301 100644 (file)
@@ -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',