Make sure repoman knows about all files in the directory to commit using bzr. Patch...
authorFabian Groffen <grobian@gentoo.org>
Thu, 14 Jan 2010 18:44:54 +0000 (18:44 -0000)
committerFabian Groffen <grobian@gentoo.org>
Thu, 14 Jan 2010 18:44:54 +0000 (18:44 -0000)
svn path=/main/trunk/; revision=15199

bin/repoman

index 2a1ef0556d8294f487c6ae642128d66ecaecc26c..50cdbdb5fa17ab8d55584bca70e43a16c75466b8 100755 (executable)
@@ -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: