summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-01-29 18:49:01 +0000
committerZac Medico <zmedico@gentoo.org>2010-01-29 18:49:01 +0000
commit2f182439094aa274d72e199d4338bae2561648f3 (patch)
tree5b9d84e1b4eec260dc4cb1c4fa1237f9c79a53c1 /bin
parente2d1bb6781156c9850e75281e8682d10c84216db (diff)
downloadportage-2f182439094aa274d72e199d4338bae2561648f3.tar.gz
portage-2f182439094aa274d72e199d4338bae2561648f3.tar.bz2
portage-2f182439094aa274d72e199d4338bae2561648f3.zip
Make sure repoman knows about all files in the directory to commit using bzr. Patch by Christian Faulhammer.
(trunk r15199) svn path=/main/branches/2.1.7/; revision=15253
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index ec6f2d41e..989ef565d 100755
--- 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: