X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/995856a19b691c107b806b8103828f9a01ce32b1..e3826c87adb74a98da3ae7922cad6c529d1177d7:/admin/forward-diffs.py diff --git a/admin/forward-diffs.py b/admin/forward-diffs.py index b073ed25f..c0c330d23 100755 --- a/admin/forward-diffs.py +++ b/admin/forward-diffs.py @@ -1,7 +1,7 @@ #!/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 ## Maintainer: emacs-devel@gnu.org @@ -295,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