[darcs-users] an interface for splitting hunks

Mark Stosberg mark at summersault.com
Wed Mar 30 14:03:27 UTC 2005


On Wed, Mar 30, 2005 at 03:30:09PM +0200, Ketil Malde wrote:
> Mark Stosberg <mark at summersault.com> writes:
> 
> > I think we are talking about the same thing. Right now I believe that
> > hunks equal all contingous changed lines.
> 
> But that's not unabmigous.  A hunk like
> 
> ----------
>  \end
> 
> +\begin
> +foo
> +\end
> +
>  \begin
> ----------
> 
> is equivalent to
> 
> ----------
>  \end
> 
>  \begin
> +foo
> +\end
> +
> + \begin
> ----------

Thanks for the clarification. 

I'm not sure they are equivalent.

To me, the first indicates that you added "\begin" as the first line of
the change, and the second one indicates you added "\begin" as the last
line of the change.

    Mark





More information about the darcs-users mailing list