command to list all files in a certain directory that I have under bazaar's version control
Marius Kruger
amanic at gmail.com
Tue Mar 3 06:59:02 GMT 2009
2009/3/3 Robert Collins <robert.collins at canonical.com>:
> On Mon, 2009-03-02 at 18:56 -0600, Rahul Nabar wrote:
>> I am in a certain directory and I see a bunch of files and I want to
>> know which ones I have already versioned via bazaar. How can one do
>> this?
>
> bzr ls --non-recursive
actually do the following if you only want to list the ones that have
been added to bzr's control:
bzr ls --non-recursive --versioned
regards
marius
More information about the bazaar
mailing list