From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 26 May 2011 20:16:11 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <35f361459403c30512191d203286cd76@swcp.com> <20110526163958.02922B827@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] hgfs? Topicbox-Message-UUID: e9682108-ead6-11e9-9d60-3106f5b1d025 > > A project idea: murkyfs -- browse not just your own mercurial > > repo and also the one you cloned from! Extra points for > > mapping hg commands like push/pull/merge/diff in a useful way. > > > > Another idea is a better integration of acem + hg.  [One side > > effect using Eclipse is I have been thinking about how one > > might build a simple IDE around acme or something similar.] > > > > > http://ueber.net/code/r/hgfs file servers are great, but hg concepts aren't really file-system oriented. it might be nice to be able to diff -c (default mybranch)^/sys/src/9/pc/mp.c but hg diff figures out all the alloying stuff, like the top-level of the repo anyway. also, ideas like push, pull, update, etc., don't map very well. so a hg file server seems to me a bit like, "have hammer, see nail". if i'm missing why this is an interesting idea, i'd love to know what i don't see. - erik