From: idl0r Date: Wed, 29 Apr 2009 10:54:15 +0000 (-0000) Subject: Fixed svn mv/cp detection. X-Git-Tag: gentoolkit-0.2.4.3^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=162bcf76427a6036449b842c29bcc95d473315f7;p=gentoolkit.git Fixed svn mv/cp detection. svn path=/; revision=553 --- diff --git a/trunk/src/echangelog/echangelog b/trunk/src/echangelog/echangelog index 28358fa..347adbe 100755 --- a/trunk/src/echangelog/echangelog +++ b/trunk/src/echangelog/echangelog @@ -387,7 +387,7 @@ if (($vcs eq "svn") and (@ebuilds)) { $_ = ; while (defined $_) { - if (/^A\s*(([^\s]*)\.ebuild)/) { + if (/^A\s+\+?\s*(([^\s]*)\.ebuild)/) { mypush(@files, $1); mypush(@new_versions, $2); }