From owner-svn-src-head@freebsd.org Thu May 14 22:20:05 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 58D922E21B9; Thu, 14 May 2020 22:20:05 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49NQvn1VX4z421m; Thu, 14 May 2020 22:20:04 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f180.google.com with SMTP id b15so441164ilq.12; Thu, 14 May 2020 15:20:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Qw5qxaMeg4bbS/7V5LrYkLbTbDspHbz1opxAllIMvfA=; b=kCy3mRkxkNiRN2DE/pI3zpzRaIxkcZlUAGPaKoE+JjjHaHcwg5s+t+85li6IXeOLsa ZimCwB1YZhb7eA095SHzCnaFwp+ZFvux7kuO8xW0wPEZWwJtdrEydm8ATUqJkwXccjvO DOPOplI4KjVBZVFpXcxr85aUNx1jPt02rk8oCcr5QGBRTbScyP41Qhu9IdAs2b/6yQpF 1wn9q5R0j+wMm7Ssqm2mp15oXuWoxejZfMq1G1jD1pZK8lUuW+yk9Ro0ZgxrrQIW98Zp izq69i+mDo/+DrnevOwPpeHaOrqLzrSViukwg7npGWzr/bnjxHCF5Bvyl93RYK8qaxSx cvwA== X-Gm-Message-State: AOAM531pTR1ZIpGeox7rQmkJ3FGc+ru0imB7sofvG+6WXilT9kSr0boB a5HQxilao08cJotwdTAQa0lWeWmxJlk3U3/2PXPaCJzZpjY= X-Google-Smtp-Source: ABdhPJyMLBzs41wZWtgzpIxhnZytYw4a1GnK+mbZax821OKxl0GqvZlXMLY+MjrhGA26iZ5zGLC/8OR5PEzB9tqw10I= X-Received: by 2002:a92:cd01:: with SMTP id z1mr382910iln.182.1589494803570; Thu, 14 May 2020 15:20:03 -0700 (PDT) MIME-Version: 1.0 References: <202005141719.04EHJ7JF060765@repo.freebsd.org> <67e768d9-f2a5-cfa5-d674-4c33e3fb7696@FreeBSD.org> In-Reply-To: <67e768d9-f2a5-cfa5-d674-4c33e3fb7696@FreeBSD.org> From: Ed Maste Date: Thu, 14 May 2020 18:19:51 -0400 Message-ID: Subject: Re: svn commit: r361034 - head To: John Baldwin Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 49NQvn1VX4z421m X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.98 / 15.00]; NEURAL_HAM_MEDIUM(-0.98)[-0.985,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2020 22:20:05 -0000 On Thu, 14 May 2020 at 13:49, John Baldwin wrote: > > Oops, sorry. I meant to fix that up before commit. :-/ No worries. > (I use xxxx as the date while it is in the branch) I usually do too; I spotted this due to a merge conflict with my WIP that touches ObsoleteFiles.inc (D24790, retiring cuseeme from libalias).