Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 15CFA431FBD for ; Tue, 7 Oct 2014 10:36:40 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F+rA0kpJ1GUq for ; Tue, 7 Oct 2014 10:36:32 -0700 (PDT) Received: from resqmta-po-01v.sys.comcast.net (resqmta-po-01v.sys.comcast.net [96.114.154.160]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 190C0431FAF for ; Tue, 7 Oct 2014 10:36:32 -0700 (PDT) Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-01v.sys.comcast.net with comcast id 0Hah1p0024ueUHc01HcWFa; Tue, 07 Oct 2014 17:36:30 +0000 Received: from odin.tremily.us ([24.18.63.50]) by resomta-po-03v.sys.comcast.net with comcast id 0HcV1p00T152l3L01HcVSH; Tue, 07 Oct 2014 17:36:30 +0000 Received: from mjolnir.tremily.us (unknown [192.168.0.150]) by odin.tremily.us (Postfix) with ESMTPS id 72F6113F71AE; Tue, 7 Oct 2014 10:36:29 -0700 (PDT) Received: (nullmailer pid 17350 invoked by uid 1000); Tue, 07 Oct 2014 17:36:19 -0000 From: "W. Trevor King" To: notmuch@notmuchmail.org Subject: [PATCH v2] NEWS: Document "nmbug: Translate to Python" Date: Tue, 7 Oct 2014 10:36:13 -0700 Message-Id: <2a9f3e7423fe3ab95c2c6fbd6047aed935b6463b.1412703127.git.wking@tremily.us> X-Mailer: git-send-email 2.1.0.60.g85f0837 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1412703390; bh=1xSWX+XZAsSsf9u5OVJGt1zTvQk7GsqA2OQRnSTxvIE=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-Id; b=fCICwzdjBolH7YjhWmFMxMvWWUOrQNHvlXRBNrAgG9DWfk7eRGV0YbodhwxsgsS60 ZKgcv+QWaWCiwaUpTn4kGOEL6u1+FzoSNxmNyZOkxTFLQMX4dhhr+pMj6QEHcIjh/s t0EcFShVL/6aWmFkEgw7q/hf/Jb1Y1/u5vemzS32ay1aClf0UepV47DQXG3CSzndaH BcLEtwBZsysS2ri3UJAnjwjV0AlV6+a4qcuhnkZ+nxFMJviLk0QnKlDe5UqNn2Anbh BvU5KN+SYkrzk0kjji0HFwiR3k085en6gh+wcHuXnoI/5Xy8d5+hoOYOe/BxNh1KVW eSDJ6tJmfvzaw== Cc: Tomi Ollila , David Bremner X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 17:36:40 -0000 For more details, see the commit message for 7f2cb3be (nmbug: Translate to Python, 2014-10-03). I realized while writing this that the 7f2cb3be commit message has: * 'nmbug log' now execs 'git log', as there's no need to keep the Python process around once we've launched Git there. But we dropped that exec in favor of the subprocess approach between v3 and v4, I just forgot to update the commit message [1]. [1]: id:e630b6763e9d0771718afee41ea15b29bb4a1de8.1409935538.git.wking@tremily.us http://article.gmane.org/gmane.mail.notmuch.general/19007 --- Changes since v1 [1]: * Trimmed down to a list of altered commands, and suggest people run 'nmbug COMMAND --help' for details [2]. [1]: id:30987ac1951b6703839d1ec8546c91f2e94935ac.1412523971.git.wking@tremily.us http://thread.gmane.org/gmane.mail.notmuch.general/19225 [2]: id:87tx3fajqu.fsf@maritornes.cs.unb.ca NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index fa57e5d..2efb49d 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,16 @@ Library changes Add return status to notmuch_database_close and notmuch_database_destroy +nmbug +----- + +The Perl script has been translated to Python; you'll need Python 2.7 +or anything from the 3.x line. Most of the user-facing interface is +the same, but `nmbug help` is not `nmbug --help`, and the following nmbug +commands have slightly different interfaces: `archive`, `commit`, +`fetch`, `log`, `pull`, `push`, and `status`. For details on the +new interface for a given command, run `nmbug COMMAND --help`. + nmbug-status ------------ -- 2.1.0.60.g85f0837