From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: vc-annotate with bzr Date: Thu, 13 Mar 2008 16:53:23 -0700 Message-ID: <200803132353.m2DNrNuD000824@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205452437 32059 80.91.229.12 (13 Mar 2008 23:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 23:53:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 00:54:25 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 1JZxFg-0007Ts-1s for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 00:54:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZxF6-0006Ib-VU for ged-emacs-devel@m.gmane.org; Thu, 13 Mar 2008 19:53:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZxF3-0006IT-Fe for emacs-devel@gnu.org; Thu, 13 Mar 2008 19:53:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZxF0-0006IB-9x for emacs-devel@gnu.org; Thu, 13 Mar 2008 19:53:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZxF0-0006I8-4T for emacs-devel@gnu.org; Thu, 13 Mar 2008 19:53:42 -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 1JZxEz-0002zI-Ka for emacs-devel@gnu.org; Thu, 13 Mar 2008 19:53:41 -0400 X-ICS-MailScanner-Watermark: 1206057206.02001@jeQWNnXuhlkS96+flYXvWw 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 m2DNrNuD000824 for ; Thu, 13 Mar 2008 16:53:23 -0700 (PDT) Original-Lines: 8 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.363, required 5, autolearn=disabled, ALL_TRUSTED -1.44, TW_BZ 0.08) 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:92454 Archived-At: The vc-annotate display with bzr (i.e. the output of vc-bzr-annotate-command) is not consistent with the output of other VC backends: the annotations don't start from the same column, so it is hard to follow. Should't vc-annotate for bzr work like the other VC backends? (This will simplify the code too).