Why does "view" not allow wildcards?
Alexander Belchenko
bialix at ukr.net
Mon Jan 4 09:00:52 GMT 2010
Juanma Barranquero пишет:
> On Mon, Jan 4, 2010 at 00:29, Ben Finney <ben+bazaar at benfinney.id.au> wrote:
>
>> You can use the existing tools to gather those filenames for you::
>>
>> $ bzr view --name changelogs $(find . -name 'ChangeLog*')
>>
>> If you don't want to rely on the current working tree, you might instead
>> find it useful to process the output of ‘bzr inventory’::
>>
>> $ bzr view --name changelogs $(bzr inventory | grep 'ChangeLog')
>
> On Windows this is doable, but a bit more cumbersome.
2.1.0b4 should do glob/wildcards expansion for you like in unix shell.
I suppose you're using 2.0.x?
More information about the bazaar
mailing list