projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d1bb6
)
Make sure repoman knows about all files in the directory to commit using bzr. Patch...
author
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Jan 2010 18:49:01 +0000
(18:49 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 29 Jan 2010 18:49:01 +0000
(18:49 -0000)
(trunk r15199)
svn path=/main/branches/2.1.7/; revision=15253
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index ec6f2d41e16881ad1d88bd959cba8807fcf09191..989ef565dd61769072e1ee52dc140051496ddffc 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1109,7
+1109,7
@@
for x in scanlist:
if vcs == "svn":
myf = os.popen("svn status --depth=files --verbose " + checkdir)
if vcs == "bzr":
- myf = os.popen("bzr
status -S
" + checkdir)
+ myf = os.popen("bzr
ls -v --kind=file
" + checkdir)
myl = myf.readlines()
myf.close()
for l in myl: