summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 2a1ef055..50cdbdb5 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: