chiark / gitweb /
use Q not B as patch name in create base
[topbloke-formulae.git] / article.tex
index 8a6bcf4379d7f8748daefd4a1c0f25640c616332..c3c658ce30a417fe861c3a52abd8762ba72d1142 100644 (file)
@@ -464,7 +464,7 @@ Given $L$, create a Topbloke base branch initial commit $B$.
 \gathbegin
  B \hasparents \{ L \}
 \gathnext
- \patchof{B} = \pan{B}
+ \patchof{B} = \pan{Q}
 \gathnext
  D \isin B \equiv D \isin L \lor D = B
 \end{gather}
@@ -475,7 +475,7 @@ Given $L$, create a Topbloke base branch initial commit $B$.
  \patchof{L} = \pa{L} \lor \patchof{L} = \bot
 }\]
 \[ \eqn{ Non-recursion }{
- L \not\in \pa{B}
+ L \not\in \pa{Q}
 }\]
 
 \subsection{No Replay}