use main branch

This commit is contained in:
cqc
2022-11-17 20:25:20 -06:00
parent 9d1ccb93b5
commit b705c598ff
3 changed files with 29 additions and 3 deletions

View File

@ -450,12 +450,12 @@ module Nav = struct
Firebug.console##log (Js.string "Nav.test_pull()\n");
S.Repo.v (Config.init "") >>= fun repo ->
Firebug.console##log (Js.string "Nav.test_pull(2)\n");
S.of_branch repo "master" >>= fun t ->
S.of_branch repo "main" >>= fun t ->
Firebug.console##log (Js.string "Nav.test_pull(3)\n");
Git_console_http.connect Mimic.empty >>= fun ctx ->
Firebug.console##log (Js.string "Nav.test_pull(4)\n");
let upstream =
S.remote ~ctx "https://localhost:8080/ryugyong/pocketbrain"
S.remote ~ctx "https://localhost:8080/console/boot"
in
Firebug.console##log (Js.string "Nav.test_pull(5)\n");
Sync.fetch_exn t upstream >>= fun _ -> S.tree t