[darcs-users] finding the patch where a line was removed

Pekka Pessi ppessi at gmail.com
Fri Nov 30 14:38:00 UTC 2007


2007/11/28, Nathan Gray <kolibrie at graystudios.org>:
>   darcs changes --matches "content 'PARTIAL CONTENT OF LINE'"
>
> or perhaps instead of 'content' the keywords could be 'add' and
> 'remove'.

Command

darcs changes -v file-in-question

shows the changes affecting file-in-question, and then you can search
for changed lines. Some awk/perl trickery might be needed if you want
to avoid false positives and just print the patch name.

-- 
Pekka.Pessi mail at nokia.com


More information about the darcs-users mailing list