2007/3/4, Jonathon McKitrick <[EMAIL PROTECTED]>:
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 _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
