From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SBOrV-0003Kh-3F for garchives@archives.gentoo.org; Sat, 24 Mar 2012 11:10:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D40CE0605; Sat, 24 Mar 2012 11:10:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6E8D9E0605 for ; Sat, 24 Mar 2012 11:10:07 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D14E51B4032 for ; Sat, 24 Mar 2012 11:10:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 88035E5403 for ; Sat, 24 Mar 2012 11:10:05 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1332587264.2fccf3fc6677de884d2e37d0e30a59bf1cb46e48.hwoarang@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/qt X-VCS-Files: Documentation/maintainers/bump-python-revisions X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 2fccf3fc6677de884d2e37d0e30a59bf1cb46e48 X-VCS-Branch: master Date: Sat, 24 Mar 2012 11:10:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5b230c17-d987-4cd3-9a84-13e33303b0cf X-Archives-Hash: 2dc37c3454505241006e75bbd3dc4d24 commit: 2fccf3fc6677de884d2e37d0e30a59bf1cb46e48 Author: Markos Chandras gentoo org> AuthorDate: Sat Mar 24 11:07:44 2012 +0000 Commit: Markos Chandras gentoo org> CommitDate: Sat Mar 24 11:07:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D2fccf3fc maintainers/bump-python-revisions: Fix an English typo --- Documentation/maintainers/bump-python-revisions | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/maintainers/bump-python-revisions b/Documentat= ion/maintainers/bump-python-revisions index 1eb6fc6..5d526dc 100755 --- a/Documentation/maintainers/bump-python-revisions +++ b/Documentation/maintainers/bump-python-revisions @@ -74,7 +74,7 @@ commit() { case "$choice" in y) =20 ewarn "Your changes will be merged now. Don't break the overlay or I = will shoot you down!" - git commit -a -m "PyQt4/sip: Automatic version bump, remove old" || e= xit 2 + git commit -a -m "PyQt4/sip: Automated version bump, remove old" || e= xit 2 git push || exit 2 ;; r|"")