From owner-freebsd-hackers@freebsd.org Wed Jun 1 22:12:11 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50473B66E69 for ; Wed, 1 Jun 2016 22:12:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (unknown [IPv6:2602:304:b010:ef20::f2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gw.catspoiler.org", Issuer "gw.catspoiler.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 335451D1B for ; Wed, 1 Jun 2016 22:12:11 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.15.2/8.15.2) with ESMTP id u51MC2UR036796; Wed, 1 Jun 2016 15:12:06 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201606012212.u51MC2UR036796@gw.catspoiler.org> Date: Wed, 1 Jun 2016 15:12:02 -0700 (PDT) From: Don Lewis Subject: Re: how to MFC when the target moved? To: yaneurabeya@gmail.com cc: freebsd-hackers@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2016 22:12:11 -0000 On 1 Jun, Ngie Cooper wrote: > On Wed, Jun 1, 2016 at 11:04 AM, Don Lewis wrote: >> I'd like to MFC r300705, which updates usr.bin/fortune/unstr/unstr.c, >> but fortune moved from /usr/games to /usr/bin between FreeBSD 10 and 11. >> What is the best way to proceed? Manually apply the patch and direct >> commit? > > Something like this is what you want to do when recording the merge.. > Cheers! Hmn ... it wants to record merginfo into sys/gnu/dts when I do that ... mousie:src 382%svn merge -c 300705 --record-only '^/head/' . --- Recording mergeinfo for merge of r300705 into '.': U . --- Recording mergeinfo for merge of r300705 into 'sys/gnu/dts': U sys/gnu/dts It doesn't to that if I omit --record-only.