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.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7407 invoked from network); 19 May 2022 01:53:28 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 19 May 2022 01:53:28 -0000 Received: from mimir.eigenstate.org ([206.124.132.107]) by 9front; Wed May 18 21:52:11 -0400 2022 Received: from abbatoir.myfiosgateway.com (pool-74-108-56-225.nycmny.fios.verizon.net [74.108.56.225]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 30cf4a31 (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Wed, 18 May 2022 18:51:59 -0700 (PDT) Message-ID: <725EE73A29B715C8A4819C0FEA41C786@eigenstate.org> To: 9front@9front.org Date: Wed, 18 May 2022 21:51:57 -0400 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: API browser-oriented service Subject: Re: [9front] 9front, git and mercurial. Reply-To: 9front@9front.org Precedence: bulk Quoth Frank D. Engel, Jr. : > New here - moving this discussion from the 9fans mailing list. > > > On 5/18/22 3:41 PM, Frank D. Engel, Jr. wrote: > > I didn't even notice until now that there was a dedicated 9front list > > - I will try to subscribe to that shortly and move the conversation > > there. > > > > Not sure that I understand how to determine which revision I am on - > > more familiar with svn than either hg or git - if I run "hg log" > > within /sys/src the first two lines say: > > > > > > changeset: 8493:c8bec6f5ee1e > > > > tag: tip > > > > > > Does that answer the question, or how do I go about obtaining that? > > That's the right version. What about: bind -ac /dist/plan9front/ / hg diff /rc/bin/sysupdate ? if there are differences, 'hg revert' should solve it.