public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Magnus Granberg" <zorry@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: tbc/pym/repoman/
Date: Tue, 28 Jul 2015 23:29:15 +0000 (UTC)	[thread overview]
Message-ID: <1438126118.d33a7b804e966ed39f54371fb2f02d021a119cf6.zorry@gentoo> (raw)

commit:     d33a7b804e966ed39f54371fb2f02d021a119cf6
Author:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 23:28:38 2015 +0000
Commit:     Magnus Granberg <zorry <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 23:28:38 2015 +0000
URL:        https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=d33a7b80

fix a indent error in repoman main

 tbc/pym/repoman/main.py | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tbc/pym/repoman/main.py b/tbc/pym/repoman/main.py
index c49bd2c..2196009 100755
--- a/tbc/pym/repoman/main.py
+++ b/tbc/pym/repoman/main.py
@@ -1044,12 +1044,12 @@ def repoman_main(argv):
 				myunadded = f.readlines()
 			myunadded = ["./" + elem.rstrip() for elem in myunadded]
 
-				# Mercurial doesn't handle manually deleted files as removed from
-				# the repository, so the user need to remove them before commit,
-				# using "hg remove [FILES]"
-				with repoman_popen("hg status --no-status --deleted .") as f:
-					mydeleted = f.readlines()
-				mydeleted = ["./" + elem.rstrip() for elem in mydeleted]
+			# Mercurial doesn't handle manually deleted files as removed from
+			# the repository, so the user need to remove them before commit,
+			# using "hg remove [FILES]"
+			with repoman_popen("hg status --no-status --deleted .") as f:
+				mydeleted = f.readlines()
+			mydeleted = ["./" + elem.rstrip() for elem in mydeleted]
 
 		myautoadd = []
 		if myunadded:


             reply	other threads:[~2015-07-28 23:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-28 23:29 Magnus Granberg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-31 15:12 [gentoo-commits] proj/tinderbox-cluster:master commit in: tbc/pym/repoman/ Magnus Granberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438126118.d33a7b804e966ed39f54371fb2f02d021a119cf6.zorry@gentoo \
    --to=zorry@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox