bzr-undelete
Ian Clatworthy
ian.clatworthy at internode.on.net
Wed Feb 25 01:23:07 GMT 2009
Martin Pool wrote:
> 2009/2/25 Parth Malwankar <parth.malwankar at gmail.com>:
> I think probably it should use a shell glob rather than a regexp, as
> most of our commands do. It's going to be much easier for people to
> write '*.c' than to remember they need '.*\.c'. We already have a
> glob matcher that works on Windows, that can match down through
> directories with ** and if I remember correcty there is even an
> extension syntax that lets you use regexps.
Ignore and rules both support the same pattern language - basically
globs by default with the ability to specify a regex when required.
I think we should reuse that language here if we can. See
'bzr help patterns'.
Ian C.
More information about the bazaar
mailing list