From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.comp.version-control.bazaar-ng.general Subject: Re: Emacs Bazaar repository Date: Mon, 17 Mar 2008 18:48:00 -0700 Message-ID: <200803180148.m2I1m0dB003724@sallyv1.ics.uci.edu> References: <87skyvse7k.fsf@xmission.com> <86ejae96t4.fsf@lola.quinscape.zz> <47DA3601.3040507@arbash-meinel.com> <87r6ecsww7.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205805084 11079 80.91.229.12 (18 Mar 2008 01:51:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Mar 2008 01:51:24 +0000 (UTC) Cc: bazaar@lists.canonical.com, emacs-devel@gnu.org To: Sergei Organov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 18 02:51:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbQzX-0000Fl-AY for ged-emacs-devel@m.gmane.org; Tue, 18 Mar 2008 02:51:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbQyx-0007Lx-Ek for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2008 21:51:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbQyt-0007Ln-Ok for emacs-devel@gnu.org; Mon, 17 Mar 2008 21:51:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbQys-0007LW-Lj for emacs-devel@gnu.org; Mon, 17 Mar 2008 21:51:10 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbQys-0007LT-F8 for emacs-devel@gnu.org; Mon, 17 Mar 2008 21:51:10 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JbQys-0002MK-0o for emacs-devel@gnu.org; Mon, 17 Mar 2008 21:51:10 -0400 X-ICS-MailScanner-Watermark: 1206409681.68361@lduw4DG1fRstBk2ph4l+Eg Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m2I1m0dB003724; Mon, 17 Mar 2008 18:48:00 -0700 (PDT) In-Reply-To: (Sergei Organov's message of "Mon, 17 Mar 2008 15:39:49 +0300") Original-Lines: 17 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92863 gmane.comp.version-control.bazaar-ng.general:38885 Archived-At: Sergei Organov writes: > "Stephen J. Turnbull" writes: > [...] > > OTOH, many Emacs developers won't run any vcs by hand, they'll use > > vc.el or pcl-.el (which doesn't exist for vcs in (git hg bzr) > > AFAIK, but if Emacs chooses one, I bet it's a matter of days). > > There is git.el in the GIT source tree that is intended to mimic pcl-cvs > as much as possible and is already quite useful. The plan is that vc-status should at some point supersede pcl-cvs and git.el. It can be used now, but it's not complete. > There is also git-annotate.el. This should not be needed anymore, vc-git.el supports vc-annotate.