From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: Status of VC Bazaar support? Date: Wed, 15 Oct 2008 15:34:31 +0200 Message-ID: <87abd63rtk.fsf@freemail.hu> References: <87d4i2naox.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1224077768 20874 80.91.229.12 (15 Oct 2008 13:36:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 13:36:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 15 15:37:08 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 1Kq6Xb-0006zq-SN for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 15:35:56 +0200 Original-Received: from localhost ([127.0.0.1]:60270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq6WX-0003N1-5r for ged-emacs-devel@m.gmane.org; Wed, 15 Oct 2008 09:34:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq6WT-0003MV-4F for emacs-devel@gnu.org; Wed, 15 Oct 2008 09:34:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq6WR-0003MB-KT for emacs-devel@gnu.org; Wed, 15 Oct 2008 09:34:44 -0400 Original-Received: from [199.232.76.173] (port=53741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq6WR-0003M8-EO for emacs-devel@gnu.org; Wed, 15 Oct 2008 09:34:43 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:47647 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Kq6WQ-0004lh-Rw for emacs-devel@gnu.org; Wed, 15 Oct 2008 09:34:43 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Kq6WM-0000O8-JK for emacs-devel@gnu.org; Wed, 15 Oct 2008 13:34:38 +0000 Original-Received: from etthundrat.olf.sgsnet.se ([193.11.222.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 13:34:38 +0000 Original-Received: from mange by etthundrat.olf.sgsnet.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Oct 2008 13:34:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: etthundrat.olf.sgsnet.se Mail-Copies-To: never Jabber-Id: legoscia@jabber.cd.chalmers.se User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) Cancel-Lock: sha1:YOqtsQZa8uxsDCd6X4zKkzgaby4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:104527 Archived-At: Chong Yidong writes: > Is the Bazaar support as incomplete as this comment implies? Does > anyone on this list use VC with Bazaar? As bzr is to become the official VCS of Emacs, I have started to use it for various toy projects. So far VC has not let me down; I can commit, get diffs and read logs, just like with CVS and Git. Maybe that comment refers to baz (aka Bazaar 1, GNU Arch, tla; "vc-arch")? If so, I agree with it. In my local tree I have an implementation of vc-dir for arch, which I should clean up and commit. vc-arch still lacks log display and the ability to ask for a GPG key passphrase. (dvc does both of these) Magnus