Hi,
A new primitive match type that allows for picking patches based on the hunk
contents. It takes a regex and matches the pattern inside either a remove or
an add line of a hunk. An example usage is:
darcs changes -i --match "hunk pattern"
I planned to test it for some time, I used it a few times and haven't found
any problems, but I can't say I tested it extensively.
I pair-programmed on the implementation with a friend, Tom Wright.
Sat Oct 3 17:53:21 BST 2009 Kamil Dworakowski <kamil@dworakowski.name>
* remove trailing whitespace
Sat Oct 17 17:59:28 BST 2009 Kamil Dworakowski <kamil@dworakowski.name>
* accept issue1636 match hunk
Add primitive match type to select patches which contain
a given regex in some of their hunks.
Sun Oct 25 12:29:54 GMT 2009 Kamil Dworakowski <kamil@dworakowski.name>
* resolve issue1636: match hunk
A new primitive match type.
By Kamil and tat.wright
Sorry for the musical chairs, folks. I'd like to pull Reinier off this patch
and re-allocate him to the recent Petr patches. Ganesh: could you have a look
at this one?