summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2010-01-14 18:44:54 +0000
committerFabian Groffen <grobian@gentoo.org>2010-01-14 18:44:54 +0000
commit37e1637a4e2cc49e77488e4b8179a9e917da942f (patch)
tree0e5d7304722510d14a5c2ae5a7a9209c436a65a0 /bin/repoman
parentBug #300744 - Inside xpak(), exclude CONTENTS for quickpkg since contents is (diff)
downloadportage-idfetch-37e1637a4e2cc49e77488e4b8179a9e917da942f.tar.gz
portage-idfetch-37e1637a4e2cc49e77488e4b8179a9e917da942f.tar.bz2
portage-idfetch-37e1637a4e2cc49e77488e4b8179a9e917da942f.zip
Make sure repoman knows about all files in the directory to commit using bzr. Patch by Christian Faulhammer.
svn path=/main/trunk/; revision=15199
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: