[darcs-users] Regex patch matching question

Pekka Pessi ppessi at gmail.com
Sun Mar 4 18:40:12 UTC 2007


2007/3/4, Jonathon McKitrick <jmckitrick at reedlarkeygroup.com>:
> I'm a bit rusty on my regex skills, and I'm wondering how to do this:

> I want to match all patches NOT beginning with foo.  I use 3-letter
> prefixes for all patch descriptions to help when deciding which to pull.
> What's the regex to pull all of them except the ones beginning with 'foo' ?

No need for regexp, use command like darcs changes --match 'not name "^foo"'

-- 
Pekka.Pessi mail at nokia.com



More information about the darcs-users mailing list