interactive hunk editiing
Import of RT #172 (Merge)
guest <nothingmuch@woobling.org> 2005-01-12
-------------------------------------------
Subject: interactive hunk editiing
Sometimes i edit too much before recording.
I'd like to be able to get a large hunk, and then break it up manually
with my editor.
For example, given
+paragraph
+
+paragraph2
I'd like to be able to muck the diff into something like
__HUNK_BEGIN__
+paragraph
__HUNK__END__
__HUNK__BEGIN__
+paragraph2
__HUNK_END__
and then have darcs generate 3 hunks, one for the first paragraph, one for the
second, and one for the white space in the middle, and splice these into the
queue of patches. |