From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Ezequiel Gallina Newsgroups: gmane.emacs.devel Subject: feature freeze decision needed + bzr cherrypick? Date: Sat, 29 Dec 2012 10:16:04 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1356786971 30059 80.91.229.3 (29 Dec 2012 13:16:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Dec 2012 13:16:11 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 29 14:16:28 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TowH5-00044l-J0 for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 14:16:27 +0100 Original-Received: from localhost ([::1]:42436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TowGq-00047y-O7 for ged-emacs-devel@m.gmane.org; Sat, 29 Dec 2012 08:16:12 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:60478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TowGn-00047q-S7 for emacs-devel@gnu.org; Sat, 29 Dec 2012 08:16:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TowGk-0007gq-Gf for emacs-devel@gnu.org; Sat, 29 Dec 2012 08:16:09 -0500 Original-Received: from mail-ia0-f180.google.com ([209.85.210.180]:38849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TowGk-0007gk-AG for emacs-devel@gnu.org; Sat, 29 Dec 2012 08:16:06 -0500 Original-Received: by mail-ia0-f180.google.com with SMTP id t4so9337252iag.25 for ; Sat, 29 Dec 2012 05:16:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0Ce3I4NC6Y0FtUJQKzExYZglaV3wxo9a87+aBNWGeQw=; b=zcFgOejT/dTXtzJ40JdZ5IXtoKSVff9xIqbEs62kWqf8goHYTteViHdCrdyrCFoO8U fxpKPz9JLj+y1WvrCpphL2UFrsyBEWFu5f6IikGopz859QU9h56TroDU5Z22n8vpfzRX 9oYZNBr+QuG8g+Isc2ss0gfTYQBVX2ASm7fePg89ephHVFGiSsLqcFCnYL+c0ZVJprXJ qznEVYRUoHBa1HlBMkdxleqrIT3s9PT79MvDbO6qH/14Op9ir7nYH5ekr4h6zotHrxl7 sgqeq6LgYDkcBiIDCCjYbwnhI/IuO8Uur24GEzfq9z2FT9aH+glz3IHfcwwBBynHjwyv ujAg== Original-Received: by 10.50.152.194 with SMTP id va2mr20766188igb.25.1356786964707; Sat, 29 Dec 2012 05:16:04 -0800 (PST) Original-Received: by 10.64.9.143 with HTTP; Sat, 29 Dec 2012 05:16:04 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.180 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155987 Archived-At: Hi all, Today I just pushed two commits to the trunk that fix some bugs reported in the github bugtracker. Although I'm not sure if these bugs were originally regressions I think they are pretty elegible to be merged in the emacs 24 branch (especially the traceback mixup one): 1) https://github.com/fgallina/python.el/issues/122 2) https://github.com/fgallina/python.el/issues/123 Now considering these are merged into the trunk, in the case any of these is accepted to be put into the emacs-24 branch how would I proceed to do such thing? Is there anything similar to git's cherrypick? Thanks in advance, Fabi=E1n