projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11afbed
)
Make sure repoman knows about all files in the directory to commit using bzr. Patch...
author
Fabian Groffen
<grobian@gentoo.org>
Thu, 14 Jan 2010 18:44:54 +0000
(18:44 -0000)
committer
Fabian Groffen
<grobian@gentoo.org>
Thu, 14 Jan 2010 18:44:54 +0000
(18:44 -0000)
svn path=/main/trunk/; revision=15199
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 2a1ef0556d8294f487c6ae642128d66ecaecc26c..50cdbdb5fa17ab8d55584bca70e43a16c75466b8 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: