From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jordi =?ISO-8859-1?Q?Guti=E9rrez?= Hermoso Newsgroups: gmane.emacs.devel Subject: Re: preferring mercurial Date: Fri, 10 Jan 2014 10:16:42 -0500 Message-ID: <1389367002.5784.16.camel@Iris> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389367009 8558 80.91.229.3 (10 Jan 2014 15:16:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2014 15:16:49 +0000 (UTC) Cc: Neal Becker , Emacs developers To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 10 16:16:57 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1dpR-0006LV-4l for ged-emacs-devel@m.gmane.org; Fri, 10 Jan 2014 16:16:57 +0100 Original-Received: from localhost ([::1]:57387 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1dpQ-0004EU-JP for ged-emacs-devel@m.gmane.org; Fri, 10 Jan 2014 10:16:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1dpJ-0004EB-Dp for emacs-devel@gnu.org; Fri, 10 Jan 2014 10:16:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1dpE-0005lm-Nw for emacs-devel@gnu.org; Fri, 10 Jan 2014 10:16:49 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1dpE-0005lh-KC for emacs-devel@gnu.org; Fri, 10 Jan 2014 10:16:44 -0500 Original-Received: from beast.bic.mni.mcgill.ca ([132.206.178.199]:54457 helo=[IPv6:::1]) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1W1dpE-0000Qp-2T; Fri, 10 Jan 2014 10:16:44 -0500 In-Reply-To: X-Mailer: Evolution 3.4.4-3 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:168011 Archived-At: On Thu, 2014-01-09 at 22:42 +0700, Yuri Khan wrote: > All Tortoise-like GUIs I have seen have a fatal flaw. They start > visualizing from the space dimension (files in the tree), then you can > dig down through the context menus to the time dimension (commits in > the DAG) and the alternate-reality dimension (branches). I guess you haven't seen TortoiseHg, then: http://tortoisehg.bitbucket.org/img/vt_history.png http://www.system-tray-cleaner.com/systray/htm/wiki/images/6154317d7289dd5b402d9304084d3375.png You click on commits then you see what's in them. - Jordi G. H.