From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from felloff.net ([94.135.131.69]) by ttr; Sun May 4 20:43:28 EDT 2014 Message-ID: <5e68664a37b65df6c26c6f3748a97173@felloff.net> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: leveraged advanced high-performance metadata hosting-scale interface Date: Mon, 5 May 2014 02:43:24 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] cwfs fsmempercent In-Reply-To: <554d640d37a831251f341115852c07a7@felloff.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit you could also just delete /dist/plan9front/.hg and copy it back from the iso (or from dump or whatever), then do a hg pull; then; hg update. hg is very good at not destroying local changes it doesnt know about. so even if you have an old .hg/ repository, but new working files, it will just report them as local modifications. once you hg pull and hg update, it should see that the files are all the same as in the repository and the modifications should be gone. hg status -q to verify. -- cinap