From 37e1637a4e2cc49e77488e4b8179a9e917da942f Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 14 Jan 2010 18:44:54 +0000 Subject: Make sure repoman knows about all files in the directory to commit using bzr. Patch by Christian Faulhammer. svn path=/main/trunk/; revision=15199 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 2a1ef0556..50cdbdb5f 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: -- cgit v1.2.3-1-g7c22