From 89a887de02bb460be749f19b63735f23d9db5ea0 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 11 Mar 2012 16:09:36 +0000 Subject: [PATCH] merge conditions into conditions --- article.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/article.tex b/article.tex index 090ae13..a86c220 100644 --- a/article.tex +++ b/article.tex @@ -573,7 +573,7 @@ $\qed$ \section{Merge} -Merge commits $L$ and $R$ using merge base $M$ ($M < L, M < R$): +Merge commits $L$ and $R$ using merge base $M$: \gathbegin C \hasparents \{ L, R \} \gathnext @@ -584,7 +584,9 @@ Merge commits $L$ and $R$ using merge base $M$ ($M < L, M < R$): We will occasionally use $X,Y$ s.t. $\{X,Y\} = \{L,R\}$. \subsection{Conditions} - +\[ \eqn{ Ingredients }{ + M \le L, M \le R +}\] \[ \eqn{ Tip Merge }{ L \in \py \implies \begin{cases} -- 2.30.2