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 via email to