FEATURE REQ: make bzr ignore accept multiple arguments

Rob Browning rlb at defaultvalue.org
Wed Sep 14 18:15:15 BST 2005


jblack at merconline.com (James Blackwell) writes:

> On Tue, Sep 13, 2005 at 11:53:51AM -0700, Rob Browning wrote:

>>   $ bzr ignore *.tmp
>>   Ignore pattern added: a.tmp
>>   Ignore pattern added: b.tmp
>
> Neat thought, but I think people would be tricked by this as well. ("Oh,
> great, those are all *.tmp.")

I suspect that this problem might be solved by experience.  i.e. most
of the time you would see:

  $ bzr ignore *.tmp *~
  Ignore pattern added: *.tmp
  Ignore pattern added: *~

So I suspect it would stand out when you saw something like this:

  $ bzr ignore *.tmp *~
  Ignore pattern added: a.tmp
  Ignore pattern added: README~
  Ignore pattern added: NEWS~

which didn't match what you just typed.

Of course it's hard to know for sure either way.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




More information about the bazaar mailing list