From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 27 Apr 2010 13:49:12 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] A simple experiment Topicbox-Message-UUID: 0fbc3750-ead6-11e9-9d60-3106f5b1d025 > More importantly, it's going to be easier for me to bisect and find > problems when I build from kernel source, which is very handy in my > case. The web interface of bitbucket gives me a pretty reasonable way > to compare different revs. I'm offering this note in the event others > want to use this interface and repo. is plan 9 really that complicated that bisect is a useful tool? perhaps i'm still in the dark ages, but i've done fine with diff(1) and history(1). perhaps the key difference is that i sync with sources by diffing and merging by hand. /n/sources/lsr is a great guide to Things That Have Changed. pull is a little too scary if you're responsible for keeping things running. - erik