X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/47d5d5b10c68e16e1f1cbf2b76b9a45e01118447..ffa54055d3faa7b510373be9005fa982a023315a:/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