multi: finish the Advance-ref rename in gate and testutil doc comments
commit
d76432bmulti: finish the Advance-ref rename in gate and testutil doc comments
Assisted-by: Claude:claude-fable-5
Reviews
No reviews of this commit yet — record a verdict below.
Start a review
crates/ents-gate/src/verdict.rs
@@ -27,7 +27,7 @@
/// `gate.tip-signed`: the new tip must be signed by a member
/// authorized for the refname.
TipSigned,
- /// `gate.refname-binding`: the commit's `Ents-Ref:` trailer must
+ /// `gate.refname-binding`: the commit's `Advance-ref:` trailer must
/// match the refname being updated.
RefnameBinding,
/// `gate.fast-forward`: the new tip must descend from the old tip.
crates/ents-testutil/src/seed.rs
@@ -28,7 +28,7 @@
}
/// Serialize `entity` as its typed tree and land it on `refname` as a
-/// mutation commit carrying the `Ents-Ref:` trailer, signed by `signer`
+/// mutation commit carrying the `Advance-ref:` trailer, signed by `signer`
/// when one is given. Parents come from `refname`'s current tip. Returns
/// the new tip.
///