From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Wed, 06 Jan 2010 19:52:13 +0100 Message-ID: <878wcbdq1u.fsf@telefonica.net> References: <87wrzwp5gd.fsf@stupidchicken.com> <201001060700.o06706Sw006855@godzilla.ics.uci.edu> <834omzcck0.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1262804028 7817 80.91.229.12 (6 Jan 2010 18:53:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 18:53:48 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 19:53:41 2010 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 1NSb0S-00014u-LJ for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 19:53:20 +0100 Original-Received: from localhost ([127.0.0.1]:44805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSb0T-0001Yt-9S for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 13:53:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSazv-000153-Mn for emacs-devel@gnu.org; Wed, 06 Jan 2010 13:52:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSazr-0000zm-TP for emacs-devel@gnu.org; Wed, 06 Jan 2010 13:52:47 -0500 Original-Received: from [199.232.76.173] (port=53195 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSazr-0000za-Pi for emacs-devel@gnu.org; Wed, 06 Jan 2010 13:52:43 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42229) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSazr-0004ud-8i for emacs-devel@gnu.org; Wed, 06 Jan 2010 13:52:43 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NSazl-0000g5-F4 for emacs-devel@gnu.org; Wed, 06 Jan 2010 19:52:37 +0100 Original-Received: from 217.red-88-24-214.staticip.rima-tde.net ([88.24.214.217]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 19:52:37 +0100 Original-Received: from ofv by 217.red-88-24-214.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 19:52:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 217.red-88-24-214.staticip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.90 (gnu/linux) Cancel-Lock: sha1:MR/wOefvUwFtw3NLZ9rKBtipJOc= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:119537 Archived-At: Eli Zaretskii writes: >> Along similar lines, we'd like a way to pass the "--fixes" arg to Bzr, > > But that needs some setup, doesn't it? Or does the `deb:1234' syntax > shown by "bzr help bugs" supports already debbugs? It supports Debian's debbugs but not Emacs' debbugs. That means that writing "--fixes deb:1000" will mark bug #1000 as fixed on http://bugs.debian.org I don't know if it is hardcoded or we can add support for it on Bazaar's configuration file. The documentation is not clear at all for me. This is a good reason for asking on Bazaar's ml or for browsing the source code :-) -- Óscar