Message1098

Author kowey
Recipients dagit, droundy, kowey, tommy, zooko
Date 2006-10-15.14:27:04
Content
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.
History
Date User Action Args
2006-10-15 14:27:09koweyset
2006-10-15 14:27:09koweysetrecipients: + kowey, droundy, tommy, zooko, dagit
2006-10-15 14:27:09koweylinkissue126 messages
2006-10-15 14:27:04koweycreate