From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#6198: log-edit-insert-changelog option for file-names relative to top-level Date: Sat, 15 May 2010 20:12:02 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273969616 13847 80.91.229.12 (16 May 2010 00:26:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 16 May 2010 00:26:56 +0000 (UTC) To: 6198@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun May 16 02:26:54 2010 connect(): No such file or directory Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ODRgx-0000gd-U3 for geb-bug-gnu-emacs@m.gmane.org; Sun, 16 May 2010 02:26:52 +0200 Original-Received: from localhost ([127.0.0.1]:32769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODRgx-0004H7-99 for geb-bug-gnu-emacs@m.gmane.org; Sat, 15 May 2010 20:26:51 -0400 Original-Received: from [140.186.70.92] (port=55886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ODRgq-0004FW-UC for bug-gnu-emacs@gnu.org; Sat, 15 May 2010 20:26:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ODRgp-0001jU-Cj for bug-gnu-emacs@gnu.org; Sat, 15 May 2010 20:26:44 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45024) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODRgp-0001jO-AG for bug-gnu-emacs@gnu.org; Sat, 15 May 2010 20:26:43 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1ODRTa-0003qb-Di; Sat, 15 May 2010 20:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 16 May 2010 00:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6198 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.127396872414770 (code B ref -1); Sun, 16 May 2010 00:13:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 16 May 2010 00:12:04 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODRSe-0003qB-9o for submit@debbugs.gnu.org; Sat, 15 May 2010 20:12:04 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ODRSb-0003pp-Hp for submit@debbugs.gnu.org; Sat, 15 May 2010 20:12:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1ODRSc-0005h0-Sb; Sat, 15 May 2010 20:12:02 -0400 X-Spook: e-cash Al-Qaeda AMW credit card Comirex 64 Vauxhall Cross X-Ran: Kc)!L/iM(u\!W7x\[fH2YLX`6eF{;6HY3h)P<(vT?!~c/Pk[KZ?7(P',?+(Zgn5So59ji@ X-Hue: white X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 15 May 2010 20:13:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:36955 Archived-At: Package: emacs Severity: wishlist I really wish there was an option that I could set such that log-edit-insert-changelog would write file names relative to the top-level directory of the repository I am working in. Example from Emacs repository: I have modified lisp/Makefile.in, src/Makefile.in, and lib-src/Makefile.in. I write my ChangeLog entries, and use C-c C-a in the VC-log buffer to extract a commit message. It looks like: Makefile.in: foo Makefile.in: bar Makefile.in: qux This (names relative to location of ChangeLog) is kind of dumb. I would like it to look like: lisp/Makefile.in: foo src/Makefile.in: bar lib-src/Makefile.in: qux Ie, have paths relative to the top-level directory with the .bzr directory in it. At present, I edit the commit buffer by hand. Possible starting point: http://lists.gnu.org/archive/html/emacs-devel/2010-01/msg00911.html