Why does "view" not allow wildcards?
Juanma Barranquero
lekktu at gmail.com
Mon Jan 4 00:11:20 GMT 2010
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.
Juanma
More information about the bazaar
mailing list