code: fqa.9front.org

Download patch

ref: 6a4d240423b0557d27a4de64e8659829167e7bb8
parent: d153e5bc60fe181d1ddb382b5c19dfd21cdcb146
author: sl <sl@stanleylieber.com>
date: Sun Jun 20 17:24:39 EDT 2021

fqa5.ms: hg -> git

--- a/fqa5.ms
+++ b/fqa5.ms
@@ -66,18 +66,17 @@
 .ihtml h3
 
 9front uses
-.ihtml a <a href="http://man.9front.org/1/hg">
-hg(1)
+.ihtml a <a href="http://man.9front.org/1/git">
+git(1)
 .ihtml a
 to synchronize the system with the
-.ihtml a <a href="https://code.9front.org/hg/plan9front/">
+.ihtml a <a href="http://git.9front.org/plan9front/plan9front/HEAD/info.html">
 9front repository:
 .ihtml a
 .P1
 cd /
 bind -ac /dist/plan9front /
-hg incoming
-hg -v pull -u
+git/pull -u gits://git.9front.org/plan9front/plan9front
 .P2
 
 which is consolidated in the command:
@@ -85,78 +84,7 @@
 sysupdate
 .P2
 
-If hg refuses to update due to conflicts (e.g. if you installed something locally which was later incorporated into 9front), this is a quick workaround which discards local changes:
-.P1
-hg update -C --clean
-.P2
-
 After the tree is updated, recompile/build the updated programs as needed.
-
-.html - <a name="5.2.1.1" />
-.ihtml h4 <h4>
-.SH
-5.2.1.1 - hgrc
-.R
-.ihtml h4
-
-During installation, the 9front Mercurial repository is copied to
-.CW /dist/plan9front/.hg ,
-is
-.CW
-chmod 775,
-.R
-and is owned by user
-.CW glenda
-and group
-.CW sys .
-To update the repository when logged in as a user other than
-.CW glenda ,
-add that user to group
-.CW sys
-add then add the following to
-.CW $home/lib/hgrc :
-.P1
-[trusted]
-users=glenda
-groups=glenda
-.P2
-
-To use Mercurial with
-.ihtml a <a href="http://man.9front.org/4/webfs">
-.CW webfs(4)
-.ihtml a
-instead of Python's built-in HTTP:
-.P1
-[extensions]
-hgwebfs=
-.P2
-
-.B Note:
-The
-.CW hgwebfs
-extension expects login credentials to be present in
-.ihtml a <a href="http://man.9front.org/4/factotum">
-.CW factotum(4) ,
-.ihtml a
-else Mercurial will abort when any attempt is made to access resources
-that require authentication. To add credentials to
-.CW factotum :
-.P1
-echo\ \'key\ proto=pass\ realm=PAIN\ server=code.9front.org\ service=http \\
-	user=cinap_lenrek\ !password=FckG00gl!\'\ >>/mnt/factotum/ctl
-.P2
-
-.B Note:
-Depending on who you are and the repository being used, your credentials may differ.
-
-Credentials may be saved permanently and loaded into
-.CW factotum
-at boot time using
-.ihtml a <a href="http://fqa.9front.org/fqa8.html#8.4.7">
-.I
-FQA 8.4.7 - secstore.
-.R
-.ihtml a
 
 .html - <a name="5.2.2" />
 .ihtml h3 <h3>