From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Re: what make-dist should include [was Re: Emacs pretest 26.1.91 is out] Date: Sat, 19 Jan 2019 16:54:40 -0800 Message-ID: <9842.1547945680@alto> References: <837ef2cqdz.fsf@gnu.org> NNTP-Posting-Host: ciao.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: ciao.gmane.org 1547945691 214108 195.159.176.228 (20 Jan 2019 00:54:51 GMT) X-Complaints-To: usenet@ciao.gmane.org NNTP-Posting-Date: Sun, 20 Jan 2019 00:54:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 20 01:54:49 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1gl1Nw-000tgg-Ey for ged-emacs-devel@m.gmane.org; Sun, 20 Jan 2019 01:54:48 +0100 Original-Received: from localhost ([127.0.0.1]:33556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl1O5-0003FR-3F for ged-emacs-devel@m.gmane.org; Sat, 19 Jan 2019 19:54:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl1Ny-0003F8-T0 for emacs-devel@gnu.org; Sat, 19 Jan 2019 19:54:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gl1Nx-0005TP-Tu for emacs-devel@gnu.org; Sat, 19 Jan 2019 19:54:50 -0500 Original-Received: from shell1.rawbw.com ([198.144.192.42]:46502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gl1Nw-0005OK-EH; Sat, 19 Jan 2019 19:54:49 -0500 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id x0K0sf5B074707 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Jan 2019 16:54:46 -0800 (PST) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Fri, 18 Jan 2019 10:38:00 +0200." <837ef2cqdz.fsf@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.1.90 Content-ID: <9841.1547945680.1@alto> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x X-Received-From: 198.144.192.42 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:232518 Archived-At: Eli Zaretskii wrote: > Does the below give any useful ideas? > > https://stackoverflow.com/questions/952651/git-equivalent-to-hg-mq Yes, there are a couple packages named there that look worth investigating. thanks, mike