From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bzr --fixes [was Re: bug#881: patch for bug #881] Date: Thu, 7 Jan 2010 21:12:52 +0100 Message-ID: References: <87wrzwp5gd.fsf@stupidchicken.com> <201001060700.o06706Sw006855@godzilla.ics.uci.edu> <834omzcck0.fsf@gnu.org> <878wcbdq1u.fsf@telefonica.net> <831vi3c6gf.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262895259 30915 80.91.229.12 (7 Jan 2010 20:14:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Jan 2010 20:14:19 +0000 (UTC) Cc: ofv@wanadoo.es, Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 07 21:14:11 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 1NSykF-0005Pq-4M for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 21:14:11 +0100 Original-Received: from localhost ([127.0.0.1]:34655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSykF-00022t-Cq for ged-emacs-devel@m.gmane.org; Thu, 07 Jan 2010 15:14:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSyjS-000195-9a for emacs-devel@gnu.org; Thu, 07 Jan 2010 15:13:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSyjN-000136-Lt for emacs-devel@gnu.org; Thu, 07 Jan 2010 15:13:21 -0500 Original-Received: from [199.232.76.173] (port=54612 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSyjN-00012o-Ba for emacs-devel@gnu.org; Thu, 07 Jan 2010 15:13:17 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:35634) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSyjK-0003Q8-1b; Thu, 07 Jan 2010 15:13:14 -0500 Original-Received: by bwz7 with SMTP id 7so12926887bwz.26 for ; Thu, 07 Jan 2010 12:13:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=wEE2twpoHAxFAFEzQj1avpuqghVholPpNjsmonwU3X8=; b=O1GR5mkT5aXB4o513hjI5fujfR9/NbcfYC4BREE3UlWmObk2u3xNPnOSi1qO6ageF4 tdXEtoI5zG204CEYdA5AwQNfDHyziTqIWXSvmEzXjX0YKDNm1BzviDBE62VMhnK7sAXD ZYWtxhx6IUh3AeIhdFuLEP8Cn9ZoqG2vZhLbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZE7bFuwA6h5WlYU5vzIR0mzcv8afb5ntyDMJBmNPERoPBjmcr5ceA9mkOLEl5dYogN acpKW12XaNdIUNh0nUuoWgAQM9ShSdfbQD6w09WawPbIk5wbSlWpWb/8PEjWgyZfpDVJ OpWNrDYg/2SthIJ9jItN1/00f6JrI4SiocLl0= Original-Received: by 10.204.2.205 with SMTP id 13mr1122673bkk.158.1262895192109; Thu, 07 Jan 2010 12:13:12 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119615 Archived-At: On Thu, Jan 7, 2010 at 18:15, Glenn Morris wrote: > If bugs.debian.org can do it, debbugs.gnu.org should be able to, > although some configuration might be needed. Can bugs.debian.org do > such a thing, mark a bug as closed via a url? I have never heard of > it. Well, Bazaar documentation is as always a bit short on details. However, bzr help bugs clearly states that "[t]his option can then be used together with ``bzr commit --fixes`` to mark bugs in that tracker as being fixed by that commit" in the description of (bugzilla|trac|bugtracker)__url. Juanma