9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: 9front@9front.org
Subject: Re: [9front] moving to git
Date: Sun, 06 Jun 2021 19:07:02 -0400	[thread overview]
Message-ID: <61C00F784F2AE963302D61A532285E6F@eigenstate.org> (raw)
In-Reply-To: <9C7C2E3FB35376F259797556A945821C@eigenstate.org>

Quoth ori@eigenstate.org:
> 
> If you kept /dist/plan9front/.hg:
> 
> 	# install a working git9
> 	hg pull -u https://code.9front.org/hg/plan9front
> 	cd /sys/src/cmd/git
> 	mk && mk install
> 
> 	# revert the clobbered files
> 	hg revert /sys/src/cmd/git
> 	hg revert /sys/lib/git/common.rc
> 	hg revert /sys/lib/sysconfig/proto/distproto

Forgot a step: hg gets confused if you
don't have an hgignore, and it may have
been removed:

	hg revert .hgignore

and then do the other steps.


  reply	other threads:[~2021-06-07  0:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 14:19 ori
2021-06-05 14:34 ` ori
2021-06-06  0:04   ` cinap_lenrek
2021-06-06 18:36   ` adr
2021-06-05 17:51 ` Steffen Nurpmeso
2021-06-06 22:11 ` ori
2021-06-06 23:07   ` ori [this message]
2021-06-07 19:18   ` Xiao-Yong Jin
2021-06-07 20:42     ` ori
2021-06-10  1:34       ` Xiao-Yong Jin
2021-06-28 18:07         ` Stuart Morrow
2021-06-28 18:15           ` Kurt H Maier
2021-06-28 18:34           ` ori
2021-06-28 18:47             ` Stuart Morrow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=61C00F784F2AE963302D61A532285E6F@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).