projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c22641
)
Fix yet another typo of mine, thanks to exg
author
Alec Warner
<antarus@gentoo.org>
Mon, 3 Apr 2006 14:53:23 +0000
(14:53 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Mon, 3 Apr 2006 14:53:23 +0000
(14:53 -0000)
svn path=/main/trunk/; revision=3067
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index bd0e0655b6dab187b4560035feeb59d5d7674b62..8a40e60e0a4e7b189343419a517af2be66855fbe 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1569,7
+1569,7
@@
else:
retval = None
if "--pretend" in myoptions:
- print "(/usr/bin/cvs -q commit -F "+ commitmessagefile +" "+ string.join(myupdates," ")
"
+")"
+ print "(/usr/bin/cvs -q commit -F "+ commitmessagefile +" "+ string.join(myupdates," ")+")"
else:
retval=os.system("/usr/bin/cvs -q commit -F "+ commitmessagefile + " " +string.join(myupdates, " "))
if retval: