From: Zac Medico Date: Thu, 25 Oct 2007 19:56:45 +0000 (-0000) Subject: FIX: indentation problem, also end the Portage identification X-Git-Tag: v2.2_pre1~511 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4ad0e861c866585392f57783fd4359c7ad4d6e8;p=portage.git FIX: indentation problem, also end the Portage identification line with a ) if repoman wasn't forced to do its job. (branches/prefix r8281) svn path=/main/trunk/; revision=8296 --- diff --git a/bin/repoman b/bin/repoman index c9e9138a2..884931220 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1722,7 +1722,7 @@ else: commitmessage += "\n(Portage version: "+str(portage_version) if options.force: commitmessage += ", RepoMan options: --force" - commitmessage += ")" + commitmessage += ")" if not manifest1_compat: myfiles = myupdates + myremoved + mymanifests filesdirs = set()