command to list all files in a certain directory that I have under bazaar's version control
James Westby
jw+debian at jameswestby.net
Tue Mar 3 18:21:50 GMT 2009
On Tue, 2009-03-03 at 11:54 -0600, Rahul Nabar wrote:
> Just as an extension I tried
>
> bzr status --non-recursive --versioned
>
> Doesn't work (as designed, of course. I did read the help options!)
>
> But is there an analogous expression. The "bzr ls --non-recursive
> --versioned" does give me a nice list but has no indication of the
> file statuses. i.e. which ones are modified and which are current.
The difference is that "ls" talks about one tree, "status" is for the
difference between two trees. Having this separation is a good thing.
> A simple "bzr status" is no use since there is an information overload
> about files everywhere in the filesystem when all I am interested is
> in a certain folder.
Did you try
bzr status -V certain-folder/
?
Thanks,
James
More information about the bazaar
mailing list