projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b367f9
)
repoman: tweak elif vcs check style to be consistent
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 24 May 2012 03:48:16 +0000
(23:48 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 24 May 2012 05:51:40 +0000
(
01:51
-0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 36974033549c89a3f7e94a1029b6ce053aa59678..fd87847bbfc2f957cdb7a3c17a553eb55203256b 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1129,7
+1129,7
@@
if vcs == "cvs":
if options.if_modified == "y":
myremoved = cvstree.findremoved(mycvstree, recursive=1, basedir="./")
-if vcs == "svn":
+
el
if vcs == "svn":
with os.popen("svn status") as f:
svnstatus = f.readlines()
mychanged = [ "./" + elem.split()[-1:][0] for elem in svnstatus if elem and elem[:1] in "MR" ]