From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4585 invoked from network); 20 May 2022 02:38:36 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 20 May 2022 02:38:36 -0000 Received: from dpmailmta02.doteasy.com ([65.61.219.40]) by 9front; Thu May 19 22:36:04 -0400 2022 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=192.168.101.82; Received: from dpmailrp02.doteasy.com (unverified [192.168.101.82]) by dpmailmta02.doteasy.com (DEO) with ESMTP id 88086376-1393315 for <9front@9front.org>; Thu, 19 May 2022 19:35:58 -0700 Return-Path: Received: from dpmail01.doteasy.com (dpmail01.doteasy.com [192.168.101.1]) by dpmailrp02.doteasy.com (8.14.4/8.14.4/Debian-8+deb8u2) with ESMTP id 24K2Zvhw024837 for <9front@9front.org>; Thu, 19 May 2022 19:35:57 -0700 X-SmarterMail-Authenticated-As: fde101@fjrhome.net Received: from [192.168.1.75] (pool-173-67-134-144.hrbgpa.fios.verizon.net [173.67.134.144]) by dpmail01.doteasy.com with SMTP; Thu, 19 May 2022 19:35:37 -0700 Message-ID: <9a37d3cc-d95a-b019-8d34-8f815a8591f4@fjrhome.net> Date: Thu, 19 May 2022 22:35:36 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Content-Language: en-US To: 9front@9front.org References: <725EE73A29B715C8A4819C0FEA41C786@eigenstate.org> <5ea00ae7-2566-4640-ec0b-2180afb2009b@fjrhome.net> <20220519200203.66cae0d6@spruce.localdomain> From: "Frank D. Engel, Jr." In-Reply-To: <20220519200203.66cae0d6@spruce.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Exim-Id: 9a37d3cc-d95a-b019-8d34-8f815a8591f4 X-Bayes-Prob: 0.0001 (Score 0, tokens from: base:default, @@RPTN) X-CanIt-Geo: No geolocation information available for 192.168.101.1 X-CanItPRO-Stream: base:default X-Canit-Stats-ID: 017wOzVf8 - a851a845229d - 20220519 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.168.101.82 X-Originating-IP: 192.168.101.82 List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: realtime database WEB2.0 over YAML polling property storage-aware framework Subject: Re: [9front] 9front, git and mercurial. Reply-To: 9front@9front.org Precedence: bulk As I said earlier in the thread, my script still has the "hg" commands. I do have git installed. I may try this suggestion tomorrow as it looks like that script contains the logic to switch the repository to git. An update on my response to the other fork in this thread: I ran hg update from /dist/plan9front and it updated 140 files, but /bin/sysupdate still contains the hg commands. I then did a cd /sys/src followed by mk all then mk install - no change to /bin/sysupdate On 5/19/22 9:02 PM, Amavect wrote: > On Thu, 19 May 2022 04:20:56 -0400 > "Frank D. Engel, Jr." wrote: > >> No output from the "hg diff" command. > Compare the sysupdate script to your own. > https://code.9front.org/hg/plan9front/file/c8bec6f5ee1e/rc/bin/sysupdate > If it doesn't match, and if you have git installed, > you could try manually replacing the sysupdate script. > > Thanks, > Amavect >