Make sure repoman knows about all files in the directory to commit using bzr. Patch...
authorZac Medico <zmedico@gentoo.org>
Fri, 29 Jan 2010 18:49:01 +0000 (18:49 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 29 Jan 2010 18:49:01 +0000 (18:49 -0000)
(trunk r15199)

svn path=/main/branches/2.1.7/; revision=15253

bin/repoman

index ec6f2d41e16881ad1d88bd959cba8807fcf09191..989ef565dd61769072e1ee52dc140051496ddffc 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: