Submitter | Sean Farley |
---|---|
Date | Nov. 21, 2013, 10:56 p.m. |
Message ID | <fed68b2f62de80b7e06b.1385074571@laptop.local> |
Download | mbox | patch |
Permalink | /patch/3086/ |
State | Superseded |
Headers | show
Return-Path: <mercurial-devel-bounces@selenic.com> X-Original-To: patchwork@patchwork.serpentine.com Delivered-To: patchwork@patchwork.serpentine.com Received: from waste.org (waste.org [173.11.57.241]) by bz.selenic.com (Postfix) with ESMTP id C326B3BBD9 for <patchwork@patchwork.serpentine.com>; Thu, 21 Nov 2013 17:57:11 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 49B7C741F6; Thu, 21 Nov 2013 16:57:11 -0600 (CST) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FBSikZ8FnnNF; Thu, 21 Nov 2013 16:57:11 -0600 (CST) Received: from waste.org (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id 9B4B1741EA; Thu, 21 Nov 2013 16:57:04 -0600 (CST) X-Original-To: mercurial-devel@waste.org Delivered-To: mercurial-devel@waste.org Received: from localhost (localhost [127.0.0.1]) by waste.org (Postfix) with ESMTP id F1BC6741BC for <mercurial-devel@waste.org>; Thu, 21 Nov 2013 16:57:02 -0600 (CST) X-Virus-Scanned: Debian amavisd-new at waste.org Received: from waste.org ([127.0.0.1]) by localhost (waste.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id QuDqr9h8uzD1 for <mercurial-devel@waste.org>; Thu, 21 Nov 2013 16:57:01 -0600 (CST) Received: from mail-qe0-f54.google.com (mail-qe0-f54.google.com [209.85.128.54]) by waste.org (Postfix) with ESMTPS id 244A6741EA for <mercurial-devel@selenic.com>; Thu, 21 Nov 2013 16:56:46 -0600 (CST) Received: by mail-qe0-f54.google.com with SMTP id 1so373236qec.13 for <mercurial-devel@selenic.com>; Thu, 21 Nov 2013 14:56:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:content-transfer-encoding:subject :message-id:in-reply-to:references:user-agent:date:from:to; bh=dbgI5tCy6In5SfPir18VHs8B9E7Hhz9C2W7eFvMPwmg=; b=ulmbK+D/oSV6gUXhkOISL3weEvaDrJ745FEzOZsn4l0D/NuBv3CQJY79ZPwoVPeTT2 L3ArvTZYXLZuOkC6w51T5Jvh3vHJPktwAin8ye+CAIJl8BK8qF4SKRfQM70aAeJAf3/A VonuCd7uq9twhr4CbgCWu/X2GJ52gLRC/ZL1M5cPUKYjmsMK8WiSv9gU1jPrEdbtQVng ayyL1SnsF82zyhgogujbxNJrP0WVJGWWAj1rWwSqNTaQu128PZxhCzXtvV78J05hL/yT 9MedN0SgbP8xJCaCx+huX4szyaxf1yOW/7CL1WZFnge6NMmwODsWyJhk2zroVSqqdSvN wbPA== X-Received: by 10.224.129.74 with SMTP id n10mr15622999qas.92.1385074606077; Thu, 21 Nov 2013 14:56:46 -0800 (PST) Received: from laptop.local (dyn-160-39-4-163.dyn.columbia.edu. [160.39.4.163]) by mx.google.com with ESMTPSA id k11sm40001506qab.3.2013.11.21.14.56.44 for <mercurial-devel@selenic.com> (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 21 Nov 2013 14:56:45 -0800 (PST) MIME-Version: 1.0 Subject: [PATCH 7 of 7] bash_completion: turn off custom debuggers X-Mercurial-Node: fed68b2f62de80b7e06b6e062d909c726bea7970 Message-Id: <fed68b2f62de80b7e06b.1385074571@laptop.local> In-Reply-To: <30d87fe14465aa68d756.1385074565@laptop.local> References: <30d87fe14465aa68d756.1385074565@laptop.local> User-Agent: Mercurial-patchbomb/2.8+69-6d4fda48b4e3 Date: Thu, 21 Nov 2013 17:56:11 -0500 From: Sean Farley <sean.michael.farley@gmail.com> To: mercurial-devel@selenic.com X-BeenThere: mercurial-devel@selenic.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: <mercurial-devel.selenic.com> List-Unsubscribe: <http://selenic.com/mailman/options/mercurial-devel>, <mailto:mercurial-devel-request@selenic.com?subject=unsubscribe> List-Archive: <http://selenic.com/pipermail/mercurial-devel> List-Post: <mailto:mercurial-devel@selenic.com> List-Help: <mailto:mercurial-devel-request@selenic.com?subject=help> List-Subscribe: <http://selenic.com/mailman/listinfo/mercurial-devel>, <mailto:mercurial-devel-request@selenic.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: mercurial-devel-bounces@selenic.com Errors-To: mercurial-devel-bounces@selenic.com |
Comments
Sean Farley - Nov. 21, 2013, 10:56 p.m.
Patch
diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -54,11 +54,11 @@ shopt -s extglob _hg_cmd() { - HGPLAIN=1 "$hg" "$@" 2>/dev/null + HGPLAIN=1 "$hg" --config ui.debugger= "$@" 2>/dev/null } _hg_commands() { local commands