From af7ec98542dd8a5b724dcbb2f5aed12321487326 Mon Sep 17 00:00:00 2001 From: atlas Date: Mon, 29 Jun 2026 00:20:45 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20ensure=5Fmirror=5Frepo=20docstring=20?= =?UTF-8?q?=E2=80=94=20409=20only,=20not=20409/422=20(match=20the=20fix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hive-c0re/src/forge.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hive-c0re/src/forge.rs b/hive-c0re/src/forge.rs index 35b69808..85a9d90e 100644 --- a/hive-c0re/src/forge.rs +++ b/hive-c0re/src/forge.rs @@ -959,8 +959,8 @@ async fn ensure_mirrors(admin_token: &str) { /// Create `owner/repo` as a pull-mirror of `upstream` via the migrate API. /// Idempotent: a cheap existence check skips an already-seeded mirror (it -/// persists in the non-ephemeral forge state across reboots), and a -/// 409/422 from migrate is also treated as success. +/// persists in the non-ephemeral forge state across reboots); a 409 (a race +/// between that check and the POST) is also treated as success. async fn ensure_mirror_repo( upstream: &str, owner: &str,