]> code.delx.au - gnu-emacs-elpa/blobdiff - admin/forward-diffs.py
* README: Update for new "Version: 0" convention.
[gnu-emacs-elpa] / admin / forward-diffs.py
index b4372fb00937f0530fe493973456ffe105a81106..c0c330d230b554fd899cb87bf819a85dba495e73 100755 (executable)
@@ -1,9 +1,10 @@
 #!/usr/bin/python
 ### forward-diffs.py --- forward emacs-diffs mails to maintainers
 
-## Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+## Copyright (C) 2012-2014 Free Software Foundation, Inc.
 
 ## Author: Glenn Morris <rgm@gnu.org>
+## Maintainer: emacs-devel@gnu.org
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -294,9 +295,15 @@ for line in text.splitlines():
     # Summary of changes:
     #  packages/vlf/vlf.el |    2 +-
     #  1 files changed, 1 insertions(+), 1 deletions(-)
+    #
+    # or things that look like (Git):
+    #
+    # ---
+    #  packages/vlf/vlf.el |    2 +-
+    #  1 files changed, 1 insertions(+), 1 deletions(-)
 
     #BZR: if re.match( 'modified:$', line ):
-    if re.match( 'Summary of changes:$', line ):
+    if re.match( '---|Summary of changes:$', line ):
         start = True
         continue